|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.webobjects.appserver.WORequestHandler
WORequestHandler is an abstract class that defines request handlers. A request handler is an object that can handle requests received by the WebObjects adaptor. All WebObjects applications have multiple request handlers that can handle certain types of requests. Three private request handlers are defined in the WebObjects framework:
Field Summary | |
static String |
DidHandleRequestNotification
This constant contains a String that names the notification that is posted by each request handler after a request has been handled. |
Constructor Summary | |
protected |
WORequestHandler()
Default constructor for WORequestHandler that only calls super(). |
Method Summary | |
abstract WOResponse |
handleRequest(WORequest aRequest)
Request handlers must implement this method and perform all request-specific handling. |
String |
toString()
Returns a string representation of the receiver. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static String DidHandleRequestNotification
Constructor Detail |
protected WORequestHandler()
Method Detail |
public abstract WOResponse handleRequest(WORequest aRequest)
aRequest
- the WORequest object to be processed
WOAdaptor
public String toString()
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |