|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WORequestHandler | |
com.webobjects.appserver | Provides the WebObjects application server, session management classes, component classes, and classes to manage the request-response loop. |
Uses of WORequestHandler in com.webobjects.appserver |
Methods in com.webobjects.appserver that return WORequestHandler | |
WORequestHandler |
WOApplication.defaultRequestHandler()
Returns the request handler to be used when no request handler key is found in the URL or WORequest. |
WORequestHandler |
WOApplication.handlerForRequest(WORequest aRequest)
Returns the request handler to be used to handle a given request. |
WORequestHandler |
WOApplication.removeRequestHandlerForKey(String aRequestHandlerKey)
Removes the specified request handler from the application. |
WORequestHandler |
WOApplication.requestHandlerForKey(String aKey)
Returns the request handler used to handle requests containing the specified key. |
Methods in com.webobjects.appserver with parameters of type WORequestHandler | |
WOResponse |
WOApplication.handleActionRequestError(WORequest aRequest,
Exception exception,
String reason,
WORequestHandler aHandler,
String actionClassName,
String actionName,
Class actionClass,
WOAction actionInstance)
Invoked when an action handler throws an exception in handleRequest. |
void |
WOApplication.registerRequestHandler(WORequestHandler aHandler,
String aRequestHandlerKey)
Registers a new request handler. |
void |
WOApplication.setDefaultRequestHandler(WORequestHandler aRequestHandler)
Sets the default request handler. |
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |