|
GWT 2.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestContext | |
---|---|
com.google.gwt.requestfactory.client | A package for managing client-server requests. |
com.google.gwt.requestfactory.client.testing | Classes used for testing the request factory service. |
com.google.gwt.requestfactory.server | Server side classes for mediating between the client side and the persistent datastore. |
com.google.gwt.requestfactory.shared | Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. |
Uses of RequestContext in com.google.gwt.requestfactory.client |
---|
Methods in com.google.gwt.requestfactory.client that return RequestContext | |
---|---|
RequestContext |
RequestFactoryEditorDriver.flush()
Deprecated. Update the object being edited with the current state of the Editor. |
Methods in com.google.gwt.requestfactory.client with parameters of type RequestContext | |
---|---|
void |
RequestFactoryEditorDriver.edit(P proxy,
RequestContext request)
Deprecated. Start driving the Editor and its sub-editors with data. |
void |
HasRequestContext.setRequestContext(RequestContext ctx)
Deprecated. Called by RequestFactoryEditorDriver with the
RequestContext passed into
edit() or
null if display() is called. |
Uses of RequestContext in com.google.gwt.requestfactory.client.testing |
---|
Methods in com.google.gwt.requestfactory.client.testing that return RequestContext | |
---|---|
RequestContext |
MockRequestFactoryEditorDriver.flush()
Deprecated. Returns null or the last value recorded. |
RequestContext |
MockRequestFactoryEditorDriver.getSaveRequest()
Deprecated. Returns null or the last value recorded. |
Methods in com.google.gwt.requestfactory.client.testing with parameters of type RequestContext | |
---|---|
void |
MockRequestFactoryEditorDriver.edit(P proxy,
RequestContext saveRequest)
Deprecated. Records its arguments. |
Uses of RequestContext in com.google.gwt.requestfactory.server |
---|
Method parameters in com.google.gwt.requestfactory.server with type arguments of type RequestContext | |
---|---|
java.lang.Class<?> |
ServiceLayerDecorator.resolveServiceClass(java.lang.Class<? extends RequestContext> requestContextClass)
Deprecated. |
abstract java.lang.Class<?> |
ServiceLayer.resolveServiceClass(java.lang.Class<? extends RequestContext> requestContextClass)
Deprecated. Given a RequestContext method, find the service class referenced in
the Service or ServiceName annotation. |
Uses of RequestContext in com.google.gwt.requestfactory.shared |
---|
Subinterfaces of RequestContext in com.google.gwt.requestfactory.shared | |
---|---|
interface |
LoggingRequest
Deprecated. |
Methods in com.google.gwt.requestfactory.shared that return RequestContext | |
---|---|
RequestContext |
Request.to(Receiver<? super T> receiver)
Deprecated. Specify the object that will receive the result of the method invocation. |
|
GWT 2.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |