GWT 2.3.0

Uses of Interface
com.google.web.bindery.requestfactory.shared.RequestContext

Packages that use RequestContext
com.google.web.bindery.requestfactory.gwt.client A package for managing client-server requests. 
com.google.web.bindery.requestfactory.gwt.client.testing Classes used for testing the request factory service. 
com.google.web.bindery.requestfactory.server Server side classes for mediating between the client side and the persistent datastore. 
com.google.web.bindery.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the server and the client in JSON format. 
 

Uses of RequestContext in com.google.web.bindery.requestfactory.gwt.client
 

Methods in com.google.web.bindery.requestfactory.gwt.client that return RequestContext
 RequestContext RequestFactoryEditorDriver.flush()
          Update the object being edited with the current state of the Editor.
 

Methods in com.google.web.bindery.requestfactory.gwt.client with parameters of type RequestContext
 void RequestFactoryEditorDriver.edit(P proxy, RequestContext request)
          Start driving the Editor and its sub-editors with data.
 void HasRequestContext.setRequestContext(RequestContext ctx)
          Called by RequestFactoryEditorDriver with the RequestContext passed into edit() or null if display() is called.
 

Uses of RequestContext in com.google.web.bindery.requestfactory.gwt.client.testing
 

Methods in com.google.web.bindery.requestfactory.gwt.client.testing that return RequestContext
 RequestContext MockRequestFactoryEditorDriver.flush()
          Returns null or the last value recorded.
 RequestContext MockRequestFactoryEditorDriver.getSaveRequest()
          Returns null or the last value recorded.
 

Methods in com.google.web.bindery.requestfactory.gwt.client.testing with parameters of type RequestContext
 void MockRequestFactoryEditorDriver.edit(P proxy, RequestContext saveRequest)
          Records its arguments.
 

Uses of RequestContext in com.google.web.bindery.requestfactory.server
 

Method parameters in com.google.web.bindery.requestfactory.server with type arguments of type RequestContext
 java.lang.Class<?> ServiceLayerDecorator.resolveServiceClass(java.lang.Class<? extends RequestContext> requestContextClass)
           
abstract  java.lang.Class<?> ServiceLayer.resolveServiceClass(java.lang.Class<? extends RequestContext> requestContextClass)
          Given a RequestContext method, find the service class referenced in the Service or ServiceName annotation.
 

Uses of RequestContext in com.google.web.bindery.requestfactory.shared
 

Subinterfaces of RequestContext in com.google.web.bindery.requestfactory.shared
 interface LoggingRequest
          "API Generated" request selector interface implemented by objects that give client access to the methods of Logging.
 

Methods in com.google.web.bindery.requestfactory.shared that return RequestContext
 RequestContext Request.to(Receiver<? super T> receiver)
          Specify the object that will receive the result of the method invocation.
 


GWT 2.3.0