Inherits From:
NSObject
Inherits From:
com.apple.yellow.webobjects
Class Description
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:
WORequestHandler
WORequestHandler
()Returns an initialized WORequestHandler.
Instance Methods
handleRequest
public WOResponse handleRequest
(WORequest aRequest)
Request handlers must implement this method and perform all request-specific handling. By default, a request is an HTTP request. You must supply your own server-side adaptor to accept anything other than HTTP.