er.selenium
Class SeleniumAction
java.lang.Object
com.webobjects.appserver.WOAction
com.webobjects.appserver.WODirectAction
er.extensions.appserver.ERXDirectAction
er.selenium.SeleniumAction
- All Implemented Interfaces:
- com.webobjects.foundation.NSKeyValueCoding, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling, com.webobjects.foundation.NSKeyValueCodingAdditions, com.webobjects.foundation.NSValidation
public class SeleniumAction
- extends ERXDirectAction
Default handler class, gets replaced by the startup process.
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
com.webobjects.foundation.NSKeyValueCodingAdditions.DefaultImplementation, com.webobjects.foundation.NSKeyValueCodingAdditions.Utility |
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCoding |
com.webobjects.foundation.NSKeyValueCoding._BooleanFieldBinding, com.webobjects.foundation.NSKeyValueCoding._BooleanMethodBinding, com.webobjects.foundation.NSKeyValueCoding._FieldBinding, com.webobjects.foundation.NSKeyValueCoding._ForwardingBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding._MethodBinding, com.webobjects.foundation.NSKeyValueCoding._NumberFieldBinding, com.webobjects.foundation.NSKeyValueCoding._NumberMethodBinding, com.webobjects.foundation.NSKeyValueCoding._ReflectionKeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling, com.webobjects.foundation.NSKeyValueCoding.Null, com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException, com.webobjects.foundation.NSKeyValueCoding.ValueAccessor |
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSValidation |
com.webobjects.foundation.NSValidation._MethodBinding, com.webobjects.foundation.NSValidation._ValidationBinding, com.webobjects.foundation.NSValidation.DefaultImplementation, com.webobjects.foundation.NSValidation.Utility, com.webobjects.foundation.NSValidation.ValidationException |
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.NSKeyValueCoding |
NullValue |
Fields inherited from interface com.webobjects.foundation.NSValidation |
_CLASS |
Constructor Summary |
SeleniumAction(com.webobjects.appserver.WORequest request)
|
Method Summary |
protected java.lang.String[] |
cookieKeys()
|
protected com.webobjects.appserver.WOResponse |
dictionaryResponse(com.webobjects.foundation.NSDictionary<?,?> dict)
|
protected com.webobjects.appserver.WOResponse |
fail()
|
protected com.webobjects.appserver.WOResponse |
fail(java.lang.String s)
|
com.webobjects.appserver.WOActionResults |
performActionNamed(java.lang.String anActionName)
|
protected void |
resetSession(com.webobjects.appserver.WOResponse response)
|
protected com.webobjects.appserver.WOResponse |
simpleResponse(java.lang.String s)
|
protected com.webobjects.appserver.WOResponse |
stringResponse(java.lang.String s)
|
protected com.webobjects.appserver.WOResponse |
success()
|
Methods inherited from class er.extensions.appserver.ERXDirectAction |
browser, canPerformActionWithPasswordKey, closeHTTPSessionAction, databaseConsoleAction, dumpCreatedKeysAction, editLocalizedFilesAction, emptyAction, eoAdaptorDebuggingAction, eventsAction, eventsSetupAction, flushComponentCacheAction, forceGCAction, log4jAction, logoutAction, pageWithName, remoteShellAction, resetStatsAction, showOpenEditingContextLockTracesAction, statsAction, systemPropertyAction, testAction |
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.NSKeyValueCoding |
takeValueForKey, valueForKey |
Methods inherited from interface com.webobjects.foundation.NSValidation |
validateTakeValueForKeyPath, validateValueForKey |
SeleniumAction
public SeleniumAction(com.webobjects.appserver.WORequest request)
cookieKeys
protected java.lang.String[] cookieKeys()
resetSession
protected void resetSession(com.webobjects.appserver.WOResponse response)
dictionaryResponse
protected com.webobjects.appserver.WOResponse dictionaryResponse(com.webobjects.foundation.NSDictionary<?,?> dict)
stringResponse
protected com.webobjects.appserver.WOResponse stringResponse(java.lang.String s)
simpleResponse
protected com.webobjects.appserver.WOResponse simpleResponse(java.lang.String s)
success
protected com.webobjects.appserver.WOResponse success()
fail
protected com.webobjects.appserver.WOResponse fail()
fail
protected com.webobjects.appserver.WOResponse fail(java.lang.String s)
performActionNamed
public com.webobjects.appserver.WOActionResults performActionNamed(java.lang.String anActionName)
- Overrides:
performActionNamed
in class ERXDirectAction
Copyright © 2002 – 2007 Project Wonder.