|
Project Wonder 5.0.0.8794 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webobjects.appserver.WOAction
com.webobjects.appserver.WODirectAction
er.extensions.appserver.ERXDirectAction
public class ERXDirectAction
Basic collector for direct action additions. All of the actions are password protected, you need to give an argument "pw" that matches the corresponding system property for the action.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
|---|
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
| Nested classes/interfaces inherited from interface com.webobjects.foundation.NSValidation |
|---|
NSValidation._MethodBinding, NSValidation._ValidationBinding, NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException |
| Field Summary | |
|---|---|
static Logger |
log
logging support |
| Fields inherited from class com.webobjects.appserver.WODirectAction |
|---|
actionText |
| Fields inherited from class com.webobjects.appserver.WOAction |
|---|
_actionClasses, _context |
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling |
|---|
_CLASS |
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
|---|
_CLASS, _KeyPathSeparatorChar, KeyPathSeparator |
| Fields inherited from interface com.webobjects.foundation.NSValidation |
|---|
_CLASS |
| Constructor Summary | |
|---|---|
ERXDirectAction(WORequest r)
Public constructor |
|
| Method Summary | ||
|---|---|---|
ERXBrowser |
browser()
Returns the browser object representing the web browser's "user-agent" string. |
|
protected boolean |
canPerformActionWithPasswordKey(String passwordKey)
Checks if the action can be executed. |
|
WOComponent |
databaseConsoleAction()
Action used for accessing the databse console Synopsis: pw=aPassword Form Values: pw password to be checked against the system property er.extensions.ERXRemoteShellPassword. |
|
WOActionResults |
dumpCreatedKeysAction()
|
|
WOActionResults |
editLocalizedFilesAction()
Opens the localizer edit page if the app is in dvelopment mode. |
|
WOActionResults |
emptyAction()
Returns an empty response. |
|
WOActionResults |
eventsAction()
Direct access to WOEventDisplay by giving over the password in the "pw" parameter. |
|
WOActionResults |
eventsSetupAction()
Direct access to WOEventDisplay by giving over the password in the "pw" parameter and turning on all events. |
|
WOComponent |
forceGCAction()
Action used for forcing garbage collection. |
|
WOComponent |
log4jAction()
Action used for changing logging settings at runtime. |
|
WOActionResults |
logoutAction()
|
|
|
pageWithName(Class<T> componentClass)
|
|
WOActionResults |
performActionNamed(String actionName)
|
|
WOComponent |
remoteShellAction()
Action used for sending shell commands to the server and receive the result Synopsis: pw=aPassword Form Values: pw password to be checked against the system property er.extensions.ERXRemoteShellPassword. |
|
WOActionResults |
resetStatsAction()
Direct access to reset the stats by giving over the password in the "pw" parameter. |
|
WOComponent |
showOpenEditingContextLockTracesAction()
Returns a list of the traces of open editing context locks. |
|
WOActionResults |
statsAction()
Direct access to WOStats by giving over the password in the "pw" parameter. |
|
WOActionResults |
systemPropertyAction()
Sets a System property. |
|
WOComponent |
testAction()
Action used for junit tests. |
|
| Methods inherited from class com.webobjects.appserver.WODirectAction |
|---|
_componentAction, defaultAction, getSessionIDForRequest, takeFormValueArraysForKeyArray, takeFormValuesForKeyArray |
| Methods inherited from class com.webobjects.appserver.WOAction |
|---|
_isActionOnClass, _methodForAction, _preloadAllActionsOnClass, canAccessFieldsDirectly, context, debugString, existingSession, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, initializeRequestSessionIDInContext, languages, logString, pageWithName, request, session, setLanguages, takeValueForKey, takeValueForKeyPath, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, valueForKey, valueForKeyPath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling |
|---|
handleQueryWithUnboundKey, handleTakeValueForUnboundKey, unableToSetNullForKey |
| Methods inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
|---|
takeValueForKeyPath, valueForKeyPath |
| Methods inherited from interface com.webobjects.foundation.NSValidation |
|---|
validateTakeValueForKeyPath, validateValueForKey |
| Field Detail |
|---|
public static final Logger log
| Constructor Detail |
|---|
public ERXDirectAction(WORequest r)
| Method Detail |
|---|
protected boolean canPerformActionWithPasswordKey(String passwordKey)
passwordKey - public WOComponent testAction()
er.extensions.ERXJUnitPassword.
case class name for unit test to be performed.
ERXWOTestInterface
with the results after performing the given test.public WOActionResults statsAction()
public WOActionResults resetStatsAction()
public WOActionResults eventsAction()
public WOActionResults eventsSetupAction()
public WOComponent log4jAction()
er.extensions.ERXLog4JPassword.
ERXLog4JConfiguration for modifying current logging settings.public WOComponent remoteShellAction()
er.extensions.ERXRemoteShellPassword.
ERXLog4JConfiguration for modifying current logging settings.public WOComponent databaseConsoleAction()
er.extensions.ERXRemoteShellPassword.
ERXLog4JConfiguration for modifying current logging settings.public WOComponent forceGCAction()
er.extensions.ERXGCPassword.
public WOComponent showOpenEditingContextLockTracesAction()
public WOActionResults logoutAction()
public ERXBrowser browser()
public WOActionResults performActionNamed(String actionName)
performActionNamed in class WODirectActionpublic WOActionResults systemPropertyAction()
public WOActionResults editLocalizedFilesAction()
public WOActionResults dumpCreatedKeysAction()
public WOActionResults emptyAction()
public <T extends WOComponent> T pageWithName(Class<T> componentClass)
|
Last updated: Thu, Jan 8, 2009 12:32 PM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||