|
WebObjects 5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WORequest | |
com.webobjects.appserver | |
com.webobjects.directtoweb | |
com.webobjects.jspservlet | |
com.webobjects.woextensions |
Uses of WORequest in com.webobjects.appserver |
Methods in com.webobjects.appserver that return WORequest | |
WORequest |
WODirectAction.request()
Returns the WORequest that created this DirectAction object. |
WORequest |
WOApplication.createRequest(String aMethod,
String aURL,
String anHTTPVersion,
NSDictionary someHeaders,
NSData aContent,
NSDictionary someInfo)
Convenience method that instantiates and returns a new WORequest object. |
WORequest |
WOContext.request()
Return the context's WORequest object. |
Methods in com.webobjects.appserver with parameters of type WORequest | |
WOActionResults |
WOElement.invokeAction(WORequest aRequest,
WOContext aContext)
This method is invoked in WOElements in the phase of request handling that results in the triggering of an action method and the return of a response WOComponent. |
void |
WOElement.takeValuesFromRequest(WORequest aRequest,
WOContext aContext)
This method is invoked on WOElement objects during the phase of request handling that extracts user-entered data. |
WOActionResults |
WOComponent.invokeAction(WORequest aRequest,
WOContext aContext)
Tells the component to execute any action specified in the request. |
void |
WOComponent.takeValuesFromRequest(WORequest aRequest,
WOContext aContext)
Tells the component to synchronize its variables with values from the request. |
boolean |
WOHTTPConnection.sendRequest(WORequest request)
Sends a WORequest request to a destination connection point initialized in
the constructor WOHTTPConnection . |
WOContext |
WOApplication.createContextForRequest(WORequest aRequest)
Creates a new context object for a given request. |
WOSession |
WOApplication.createSessionForRequest(WORequest aRequest)
Creates and returns a WOSession object to manage a session for the client. |
WOResponse |
WOApplication.dispatchRequest(WORequest aRequest)
The starting point of the request-response cycle in WOApplication. |
WORequestHandler |
WOApplication.handlerForRequest(WORequest aRequest)
Returns the request handler to be used to handle a given request. |
WOActionResults |
WOApplication.invokeAction(WORequest aRequest,
WOContext aContext)
The WOApplication object invokes this method on itself to initiate the middle phase of request handling. |
boolean |
WOApplication.shouldRestoreSessionOnCleanEntry(WORequest aRequest)
This is a delegate method for the developer to override for custom behavior. |
void |
WOApplication.takeValuesFromRequest(WORequest aRequest,
WOContext aContext)
WOComponentRequestHandler invokes this method on
WOApplication to initiate the first phase of request handling. |
abstract WOResponse |
WORequestHandler.handleRequest(WORequest aRequest)
Request handlers must implement this method and perform all request-specific handling. |
static WOContext |
WOContext.contextWithRequest(WORequest aRequest)
Deprecated. use WOContext(WORequest aRequest) instead |
WOSession |
WOSessionStore.checkOutSessionWithID(String id,
WORequest aRequest)
Checks out a session using id , which is the session id associated with
the session. |
protected abstract WOSession |
WOSessionStore.restoreSessionWithID(String sessionID,
WORequest aRequest)
Restores a WOSession associated with sessionID from storage. |
String |
WOResourceManager.urlForResourceNamed(String aResourceName,
String aFrameworkName,
NSArray aLanguagesList,
WORequest aRequest)
Returns the public url for the specified resource. |
WOActionResults |
WOSession.invokeAction(WORequest aRequest,
WOContext aContext)
Invoked on the WOSession object during the middle phase of the request-response loop. |
void |
WOSession.takeValuesFromRequest(WORequest aRequest,
WOContext aContext)
Invoked on the WOSession object during the first phase of the the request-response loop. |
Constructors in com.webobjects.appserver with parameters of type WORequest | |
WODirectAction(WORequest aRequest)
Subclasses must override to provide any additional initialization. |
|
WOAdminAction(WORequest aRequest)
This constructor is intentionally undocumented. |
|
WOContext(WORequest aRequest)
Returns a WOContext instance initialized with aRequest . |
Uses of WORequest in com.webobjects.directtoweb |
Constructors in com.webobjects.directtoweb with parameters of type WORequest | |
D2WActions(WORequest request)
|
Uses of WORequest in com.webobjects.jspservlet |
Methods in com.webobjects.jspservlet with parameters of type WORequest | |
protected WOSession |
WOServletSessionStore.restoreSessionWithID(String sessionID,
WORequest woRequest)
|
Constructors in com.webobjects.jspservlet with parameters of type WORequest | |
WOServletContext(WORequest aRequest)
Creates a new WOServletContext object with aRequest . |
Uses of WORequest in com.webobjects.woextensions |
Methods in com.webobjects.woextensions with parameters of type WORequest | |
void |
WOTable.takeValuesFromRequest(WORequest aRequest,
WOContext aContext)
|
WOActionResults |
WXOutlineEntry.invokeAction(WORequest aRequest,
WOContext aContext)
|
void |
WXOutlineEntry.takeValuesFromRequest(WORequest aRequest,
WOContext aContext)
|
WOActionResults |
WOMethodInvocation.invokeAction(WORequest aRequest,
WOContext aContext)
|
void |
WOMethodInvocation.takeValuesFromRequest(WORequest aRequest,
WOContext aContext)
|
WOActionResults |
WOLongResponsePage.invokeAction(WORequest aRequest,
WOContext aContext)
|
Constructors in com.webobjects.woextensions with parameters of type WORequest | |
WOEventSetup(WORequest aRequest)
|
|
WOStats(WORequest aRequest)
|
|
WOProjectBuilderAction(WORequest aRequest)
|
|
WOEventDisplay(WORequest aRequest)
|
|
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
PREV NEXT | FRAMES NO FRAMES |