PATH  WebObjects 4.0 Documentation > What's New in WebObjects 4.0

Table of Contents Previous Section

WORequest Methods

The following methods have been added to WORequest to support the use of WORequestHandler objects:
WORequest
Method Description
requestHandlerPathArray Returns an array containing the portion of the URL following the request handler key, up to the "?", if present. Each part of the string separated by a "/" is stored in a separate element of the returned array.
requestHandlerPath Returns the portion of the URL following the request handler key, up to the "?", if present.
requestHandlerKey Returns the part of the request's URL that identifies the request handler key. The returned key identifies a request handler for the receiving request.

Table of Contents Next Section