Uses of Class
net.wotonomy.web.WOContext

Packages that use WOContext
net.wotonomy.web An implementation of the WebObjects framework. 
 

Uses of WOContext in net.wotonomy.web
 

Fields in net.wotonomy.web declared as WOContext
protected  WOContext WOComponent.context
           
 

Methods in net.wotonomy.web that return WOContext
 WOContext WOComponent.context()
          Returns the current context for this component.
 WOContext WOSession.context()
          Returns the context for the current request.
static WOContext WOContext.contextWithRequest(WORequest aRequest)
          Simply calls the preferred constructor.
 

Methods in net.wotonomy.web with parameters of type WOContext
 java.lang.String WOHyperlink.actionURL(WOContext c)
           
protected  void WOCheckBox.appendExtras(WOResponse r, WOContext c)
           
protected  void WOInput.appendExtras(WOResponse r, WOContext c)
           
 void WOActionURL.appendToResponse(WOResponse r, WOContext c)
           
 void WOActiveImage.appendToResponse(WOResponse r, WOContext c)
           
 void WOApplication.appendToResponse(WOResponse aResponse, WOContext aContext)
          Invoked to start the third phase of the request-response cycle, after invokeAction() has completed and returned a WOResponse.
 void WOBody.appendToResponse(WOResponse r, WOContext c)
           
 void WOCheckBox.appendToResponse(WOResponse r, WOContext c)
           
 void WOComponent.appendToResponse(WOResponse aResponse, WOContext aContext)
           
 void WOComponentContent.appendToResponse(WOResponse r, WOContext c)
           
 void WOConditional.appendToResponse(WOResponse aResponse, WOContext aContext)
           
 void WODynamicElement.appendToResponse(WOResponse aResponse, WOContext aContext)
          This method is called on all elements of the content tree to build a response to a user request.
 void WOElement.appendToResponse(WOResponse aResponse, WOContext aContext)
          This method is called on all elements of the content tree to build a response to a user request.
 void WOForm.appendToResponse(WOResponse r, WOContext c)
           
 void WOFrame.appendToResponse(WOResponse r, WOContext c)
           
 void WOGenericContainer.appendToResponse(WOResponse r, WOContext c)
           
 void WOGenericElement.appendToResponse(WOResponse r, WOContext c)
           
 void WOHyperlink.appendToResponse(WOResponse r, WOContext c)
           
 void WOImage.appendToResponse(WOResponse r, WOContext c)
           
 void WOImageButton.appendToResponse(WOResponse r, WOContext c)
           
 void WOInput.appendToResponse(WOResponse r, WOContext c)
           
 void WOPopUpButton.appendToResponse(WOResponse r, WOContext c)
           
 void WORepetition.appendToResponse(WOResponse r, WOContext c)
           
 void WOResourceURL.appendToResponse(WOResponse r, WOContext c)
           
 void WOSession.appendToResponse(WOResponse aResponse, WOContext aContext)
          Invoked by the Application to generate the content of the response.
 void WOString.appendToResponse(WOResponse aResponse, WOContext aContext)
           
 void WOSwitchComponent.appendToResponse(WOResponse r, WOContext c)
           
 void WOText.appendToResponse(WOResponse r, WOContext c)
           
 java.lang.String WOImageButton.buttonName(WOContext c)
           
 void WOSessionStore.checkInSessionForContext(WOContext aContext)
          Called by WOApplication after the request-response cycle has ended.
 java.lang.String WOComponent.descriptionForResponse(WOResponse aResponse, WOContext aContext)
          Called on the component that represents the requested page.
 java.lang.String WOForm.directActionClass(WOContext c)
           
 java.lang.String WOForm.directActionName(WOContext c)
           
protected  boolean WOInput.disabled(WOContext c)
           
 java.lang.String WOGenericElement.elementName(WOContext c)
           
 java.lang.String WOFrame.frameName(WOContext c)
           
 WOResponse WOApplication.handleException(java.lang.Throwable aThrowable, WOContext aContext)
           
 WOResponse WOApplication.handlePageRestorationErrorInContext(WOContext aContext)
           
 WOResponse WOApplication.handleSessionCreationErrorInContext(WOContext aContext)
           
 WOResponse WOApplication.handleSessionRestorationErrorInContext(WOContext aContext)
           
 java.lang.String WOForm.href(WOContext c)
           
 java.lang.String WOInput.inputName(WOContext c)
           
 WOActionResults WOActiveImage.invokeAction(WORequest r, WOContext c)
           
 WOActionResults WOApplication.invokeAction(WORequest aRequest, WOContext aContext)
          Invoked to start the second phase of the request-response cycle, after all calls to takeValuesFromRequest have finished.
 WOActionResults WOBody.invokeAction(WORequest aRequest, WOContext aContext)
           
 WOActionResults WOComponent.invokeAction(WORequest aRequest, WOContext aContext)
           
 WOActionResults WOConditional.invokeAction(WORequest aRequest, WOContext aContext)
           
 WOActionResults WODynamicElement.invokeAction(WORequest aRequest, WOContext aContext)
          This method is called on all objects and elements of the application until a non-null value is returned.
 WOActionResults WOElement.invokeAction(WORequest aRequest, WOContext aContext)
          This method is called on all objects and elements of the application until a non-null value is returned.
 WOActionResults WOForm.invokeAction(WORequest r, WOContext c)
           
 WOActionResults WOGenericContainer.invokeAction(WORequest r, WOContext c)
           
 WOActionResults WOGenericElement.invokeAction(WORequest r, WOContext c)
           
 WOActionResults WOHyperlink.invokeAction(WORequest r, WOContext c)
           
 WOActionResults WOImage.invokeAction(WORequest r, WOContext c)
           
 WOActionResults WORepetition.invokeAction(WORequest r, WOContext c)
           
 WOActionResults WOSession.invokeAction(WORequest aRequest, WOContext aContext)
          Invoked by the Application to determine which component is the intended recipient of the user's action.
 WOActionResults WOSubmitButton.invokeAction(WORequest r, WOContext c)
           
 WOActionResults WOSwitchComponent.invokeAction(WORequest r, WOContext c)
           
protected  java.lang.Object WOPopUpButton.item(WOContext c)
           
protected  net.wotonomy.foundation.NSArray WOPopUpButton.list(WOContext c)
           
 boolean WOForm.multipleSubmit(WOContext c)
           
 WOComponent WOApplication.pageWithName(java.lang.String aName, WOContext aContext)
          Called to retrieve a component for the specified context.
 WOSession WOApplication.restoreSessionWithID(java.lang.String aSessionID, WOContext aContext)
          Called at the beginning of the request-response cycle to obtain the current session from the user's last request.
 void WOApplication.saveSessionForContext(WOContext aContext)
          Called at the end of the request-response cycle to persist the current session until the user's next request.
 void WOServletSessionStore.saveSessionForContext(WOContext context)
          Places the context's session into the store.
abstract  void WOSessionStore.saveSessionForContext(WOContext context)
          Places the context's session into the store.
protected  void WOPopUpButton.select(java.lang.Object v, WOContext c)
           
protected  java.lang.Object WOPopUpButton.selection(WOContext c)
           
protected  void WOPopUpButton.setItem(java.lang.Object v, WOContext c)
           
protected  void WOPopUpButton.setSelection(java.lang.Object v, WOContext c)
           
 java.lang.String WOImage.sourceURL(WOContext c)
           
 void WOApplication.takeValuesFromRequest(WORequest aRequest, WOContext aContext)
          Invoked to start the first phase of the request-response cycle, after all calls to awake() have been completed.
 void WOBody.takeValuesFromRequest(WORequest aRequest, WOContext aContext)
           
 void WOCheckBox.takeValuesFromRequest(WORequest r, WOContext c)
           
 void WOComponent.takeValuesFromRequest(WORequest aRequest, WOContext aContext)
           
 void WOConditional.takeValuesFromRequest(WORequest aRequest, WOContext aContext)
           
 void WODynamicElement.takeValuesFromRequest(WORequest aRequest, WOContext aContext)
          This method is called to retrieve user-entered data from the request.
 void WOElement.takeValuesFromRequest(WORequest aRequest, WOContext aContext)
          This method is called to retrieve user-entered data from the request.
 void WOForm.takeValuesFromRequest(WORequest aRequest, WOContext aContext)
           
 void WOGenericContainer.takeValuesFromRequest(WORequest r, WOContext c)
           
 void WOGenericElement.takeValuesFromRequest(WORequest r, WOContext c)
           
 void WOHiddenField.takeValuesFromRequest(WORequest r, WOContext c)
           
 void WOHyperlink.takeValuesFromRequest(WORequest r, WOContext c)
           
 void WOInput.takeValuesFromRequest(WORequest r, WOContext c)
           
 void WOPopUpButton.takeValuesFromRequest(WORequest r, WOContext c)
           
 void WORepetition.takeValuesFromRequest(WORequest r, WOContext c)
           
 void WOSession.takeValuesFromRequest(WORequest aRequest, WOContext aContext)
          Invoked by the Application to extract user-assigned balues and assign them to attributes.
 void WOSwitchComponent.takeValuesFromRequest(WORequest r, WOContext c)
           
 void WOText.takeValuesFromRequest(WORequest r, WOContext c)
           
 java.lang.String WOFrame.url(WOContext c)
           
protected  java.lang.Object WOCheckBox.value(WOContext c)
           
protected abstract  java.lang.Object WOInput.value(WOContext c)
           
 java.lang.Object WOPopUpButton.value(WOContext c)
           
protected  java.lang.Object WOResetButton.value(WOContext c)
           
protected  java.lang.Object WOSubmitButton.value(WOContext c)
           
protected  java.lang.Object WOText.value(WOContext c)
           
protected  java.lang.Object WOTextField.value(WOContext c)
           
 

Constructors in net.wotonomy.web with parameters of type WOContext
WOComponent(WOContext aContext)
          Constructor specifying a context.
 



Copyright © 2006 null. All Rights Reserved.