|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WOResponse | |
com.webobjects.appserver | Provides the WebObjects application server, session management classes, component classes, and classes to manage the request-response loop. |
com.webobjects.directtoweb | Provides the framework for rapid development of HTML-based WebObjects applications. |
com.webobjects.eodistribution | Provides the communication mechanism between the client and server components of Java Client applications. |
com.webobjects.eogeneration.rules | Provides infrastructure for dynamically generating user interfaces in Java Client applications that use the rule system. |
com.webobjects.smil | Provides the infrastructure that allows for the development of SMIL (Synchronized Multimedia Integration Language) applications in WebObjects. |
com.webobjects.woextensions | The WebObjects Extensions are non-synchronizing reusable components defined in the WebObjects Extensions Framework, which is included in every WebObjects Application project. |
Uses of WOResponse in com.webobjects.appserver |
Methods in com.webobjects.appserver that return WOResponse | |
WOResponse |
WOResponse.generateResponse()
WOResponse's implementation simply returns itself. |
abstract WOResponse |
WORequestHandler.handleRequest(WORequest aRequest)
Request handlers must implement this method and perform all request-specific handling. |
WOResponse |
WOHTTPConnection.readResponse()
Receives a response after sendRequest is executed. |
WOResponse |
WOContext.response()
Return the context's WOResponse object. |
WOResponse |
WOComponent.generateResponse()
Conformance to WOActionResults. |
WOResponse |
WOApplication.createResponseInContext(WOContext aContext)
Convenience method that instantiates and returns a new, empty WOResponse object. |
WOResponse |
WOApplication.dispatchRequest(WORequest aRequest)
The starting point of the request-response cycle in WOApplication. |
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. |
WOResponse |
WOApplication.handleException(Exception anException,
WOContext aContext)
Invoked when an unexpected exception is thrown in the request-response loop. |
WOResponse |
WOApplication.handlePageRestorationErrorInContext(WOContext aContext)
Invoked when a page (WOComponent) instance cannot be restored, which typically happens when a user backtracks too far. |
WOResponse |
WOApplication.handleSessionCreationErrorInContext(WOContext aContext)
Invoked by the component request handler when a session (WOSession) instance cannot be created. |
WOResponse |
WOApplication.handleSessionRestorationErrorInContext(WOContext aContext)
Invoked when a session (WOSession) instance cannot be restored, which typically happens when the session times out. |
WOResponse |
WOApplication.responseForComponentWithName(String name,
NSDictionary bindings,
NSDictionary headers,
NSDictionary userInfo,
String uriPrefix,
String appName)
Returns a WOResponse for the WOComponent named name , using bindings . |
WOResponse |
WOApplication.responseForDirectActionWithNameAndClass(String actionName,
String className,
NSDictionary formValueDict,
InputStream contentStream,
NSDictionary headers,
NSDictionary userInfo,
String uriPrefix,
String appName)
Returns a WOResponse for the Direct Action actionName in the class named
className (optional). |
WOResponse |
WOActionResults.generateResponse()
Returns a response object. |
Methods in com.webobjects.appserver with parameters of type WOResponse | |
String |
WOStatisticsStore.descriptionForResponse(WOResponse aResponse,
WOContext aContext)
Records information about the current response by invoking descriptionForResponse on the current response page and
returning the result. |
String |
WOStatisticsStore.formatDescription(String statistics,
WOResponse aResponse,
WOContext aContext)
If log file recording is enabled, this method formats the string statistics using the Common Log File Format (CLFF). |
void |
WOStatisticsStore.recordStatisticsForResponse(WOResponse aResponse,
WOContext aContext)
Records statistics for the current cycle of the request-response loop. |
void |
WOSession.appendToResponse(WOResponse aResponse,
WOContext aContext)
Invoked on the WOSession object during the final phase of the request-response loop. |
void |
WORedirect.appendToResponse(WOResponse aResponse,
WOContext aContext)
Adds the redirect to the header of the WOResponse. |
void |
WOElement.appendToResponse(WOResponse aResponse,
WOContext aContext)
This method is invoked in WOElement objects in the request-handling phase when objects involved in the current transaction append their HTML content to the transaction's WOResponse object. |
void |
WOComponent.appendToResponse(WOResponse aResponse,
WOContext aContext)
Forces the component to generate its interface and output it in the response's content. |
String |
WOComponent.descriptionForResponse(WOResponse aResponse,
WOContext aContext)
Records information about the component, if it is the top-level component. |
void |
WOApplication.appendToResponse(WOResponse aResponse,
WOContext aContext)
The WOApplication object invokes this method on itself to initiate the final phase of request handling. |
Uses of WOResponse in com.webobjects.directtoweb |
Methods in com.webobjects.directtoweb with parameters of type WOResponse | |
String |
D2WPage.descriptionForResponse(WOResponse r,
WOContext c)
This method is intentionally undocumented. |
void |
D2WListPage.appendToResponse(WOResponse r,
WOContext c)
Fetches on the display group if the editing context did save changes recently. |
Uses of WOResponse in com.webobjects.eodistribution |
Methods in com.webobjects.eodistribution with parameters of type WOResponse | |
void |
WOJavaClientComponent.appendToResponse(WOResponse response,
WOContext context)
Overridden for internal purposes. |
Uses of WOResponse in com.webobjects.eogeneration.rules |
Methods in com.webobjects.eogeneration.rules with parameters of type WOResponse | |
void |
EOSwitchComponent.appendToResponse(WOResponse aResponse,
WOContext aContext)
|
Uses of WOResponse in com.webobjects.smil |
Methods in com.webobjects.smil with parameters of type WOResponse | |
void |
WOSMILMediaObject.appendToResponse(WOResponse resp,
WOContext cont)
|
void |
WOSMILDocument.appendToResponse(WOResponse resp,
WOContext cont)
Sets the response header " content-type " to "application/smil ". |
Uses of WOResponse in com.webobjects.woextensions |
Methods in com.webobjects.woextensions that return WOResponse | |
protected WOResponse |
WOProjectBuilderAction.javascriptBack()
|
WOResponse |
WOExceptionPage.generateResponse()
|
Methods in com.webobjects.woextensions with parameters of type WOResponse | |
void |
WXOutlineEntry.appendToResponse(WOResponse aResponse,
WOContext aContext)
|
void |
WOTabPanel.appendToResponse(WOResponse aResponse,
WOContext aContext)
|
void |
WOTableString.appendToResponse(WOResponse aResponse,
WOContext aContext)
Deprecated. |
void |
WOStatsPage.appendToResponse(WOResponse aResponse,
WOContext aContext)
|
void |
WOSessionRestorationError.appendToResponse(WOResponse aResponse,
WOContext aContext)
|
void |
WOSessionCreationError.appendToResponse(WOResponse aResponse,
WOContext aContext)
|
void |
WOPageRestorationError.appendToResponse(WOResponse aResponse,
WOContext aContext)
|
void |
WOMethodInvocation.appendToResponse(WOResponse aResponse,
WOContext aContext)
|
void |
WOLongResponsePage.appendToResponse(WOResponse aResponse,
WOContext aContext)
|
void |
WOCompletionBar.appendToResponse(WOResponse aResponse,
WOContext aContext)
|
void |
JSImageFlyover.appendToResponse(WOResponse response,
WOContext context)
|
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |