|
Project Wonder 2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.webobjects.appserver.WORequestHandler com.webobjects.appserver._private.WOActionRequestHandler com.webobjects.appserver._private.WODirectActionRequestHandler er.extensions.ERXDirectActionRequestHandler er.extensions.ERXPathDirectActionRequestHandler
The path direct action request handler allows for storing information in the request path. For instance you could have the request path: /WebObjects/MyApp.woa/wpa/com.foo.SomeActionClass/bar/gee/wiz=neat/actionName This action is treated just like: /WebObjects/MyApp.woa/wpa/com.foo.SomeActionClass/actionName
Field Summary |
Fields inherited from class er.extensions.ERXDirectActionRequestHandler |
automaticMessageEncodingEnabled, log |
Fields inherited from class com.webobjects.appserver._private.WOActionRequestHandler |
actionClassClass, actionClassName, CLASS_NOT_FOUND, defaultActionName, INSTANTIATION, INVALID_PATH, INVOCATION, shouldAddToStatistics |
Fields inherited from class com.webobjects.appserver.WORequestHandler |
DidHandleRequestNotification |
Constructor Summary | |
ERXPathDirectActionRequestHandler()
Public constructor, just calls super |
|
ERXPathDirectActionRequestHandler(String actionClassName,
String defaultActionName,
boolean shouldAddToStatistics)
Public constructor, just calls super |
Method Summary | |
NSArray |
getRequestHandlerPathForRequest(WORequest aRequest)
Modified version for getting the request handler path for a given request. |
Methods inherited from class er.extensions.ERXDirectActionRequestHandler |
automaticMessageEncodingEnabled, handleRequest |
Methods inherited from class com.webobjects.appserver._private.WODirectActionRequestHandler |
allowsContentInputStream, defaultActionClassName, generateErrorResponse, generateRequestRefusal, handler, nullResponse, registerDidHandleActionRequestWithActionNamed, registerWillHandleActionRequest, setAllowsContentInputStream |
Methods inherited from class com.webobjects.appserver._private.WOActionRequestHandler |
_actionClassForName, _handleRequest, _putComponentsToSleepInContext, defaultDefaultActionName, defaultShouldAddToStatistics, getActionInstance, getRequestActionClassAndNameForPath, isSessionIDInRequest, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ERXPathDirectActionRequestHandler()
public ERXPathDirectActionRequestHandler(String actionClassName, String defaultActionName, boolean shouldAddToStatistics)
actionClassName
- action class namedefaultActionName
- action nameshouldAddToStatistics
- boolean to add to statsMethod Detail |
public NSArray getRequestHandlerPathForRequest(WORequest aRequest)
aRequest
- a given request
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |