Uses of Interface
com.google.web.bindery.requestfactory.shared.RequestContext
Package
Description
A package for managing client-server requests.
Classes used for testing the request factory service.
Server-side classes for mediating between the client-side and the persistent
datastore.
Shared classes used on both the client and the server side for transmitting
data between the server and the client in JSON format.
Jakarta-specific package for server-only classes.
Classes to use RequestFactory in a non-GWT (e.g., Android or desktop) JRE
environment.
-
Uses of RequestContext in com.google.web.bindery.requestfactory.gwt.client
Modifier and TypeClassDescriptionclass
RequestBatcher<F extends RequestFactory,
C extends RequestContext> A RequestBatcher is a convenience class that allows RequestFactory operations to be aggregated over a single tick of the event loop and sent as one HTTP request.Modifier and TypeMethodDescriptionRequestFactoryEditorDriver.flush()
Update the object being edited with the current state of the Editor.Modifier and TypeMethodDescriptionvoid
RequestFactoryEditorDriver.edit
(P proxy, RequestContext request) Start driving the Editor and its sub-editors with data.void
HasRequestContext.setRequestContext
(RequestContext ctx) Called byRequestFactoryEditorDriver
with theRequestContext
passed intoedit()
ornull
ifdisplay()
is called. -
Uses of RequestContext in com.google.web.bindery.requestfactory.gwt.client.testing
Modifier and TypeMethodDescriptionMockRequestFactoryEditorDriver.flush()
Returnsnull
or the last value recorded.MockRequestFactoryEditorDriver.getSaveRequest()
Returnsnull
or the last value recorded.Modifier and TypeMethodDescriptionvoid
MockRequestFactoryEditorDriver.edit
(P proxy, RequestContext saveRequest) Records its arguments. -
Uses of RequestContext in com.google.web.bindery.requestfactory.server
Modifier and TypeMethodDescriptionClass
<? extends RequestContext> FindServiceLayer.resolveRequestContext
(String operation) Class
<? extends RequestContext> ResolverServiceLayer.resolveRequestContext
(String operation) abstract Class
<? extends RequestContext> ServiceLayer.resolveRequestContext
(String operation) Find a RequestContext that should be used to fulfill the requested operation.Class
<? extends RequestContext> ServiceLayerCache.resolveRequestContext
(String operation) Class
<? extends RequestContext> ServiceLayerDecorator.resolveRequestContext
(String operation) Modifier and TypeMethodDescriptionLocatorServiceLayer.createServiceInstance
(Class<? extends RequestContext> requestContext) abstract Object
ServiceLayer.createServiceInstance
(Class<? extends RequestContext> requestContext) Create an instance of a service object that can be used as the target for the given method invocation.ServiceLayerCache.createServiceInstance
(Class<? extends RequestContext> requestContext) ServiceLayerDecorator.createServiceInstance
(Class<? extends RequestContext> requestContext) Class
<?> ResolverServiceLayer.resolveServiceClass
(Class<? extends RequestContext> requestContextClass) abstract Class
<?> ServiceLayer.resolveServiceClass
(Class<? extends RequestContext> requestContextClass) Given aRequestContext
method, find the service class referenced in theService
orServiceName
annotation.Class
<?> ServiceLayerCache.resolveServiceClass
(Class<? extends RequestContext> requestContextClass) Class
<?> ServiceLayerDecorator.resolveServiceClass
(Class<? extends RequestContext> requestContextClass) Class
<? extends ServiceLocator> LocatorServiceLayer.resolveServiceLocator
(Class<? extends RequestContext> requestContext) abstract Class
<? extends ServiceLocator> ServiceLayer.resolveServiceLocator
(Class<? extends RequestContext> requestContext) Given a RequestContext method declaration, resolve theServiceLocator
that should be used when invoking the domain method.Class
<? extends ServiceLocator> ServiceLayerCache.resolveServiceLocator
(Class<? extends RequestContext> requestContext) Class
<? extends ServiceLocator> ServiceLayerDecorator.resolveServiceLocator
(Class<? extends RequestContext> requestContext) -
Uses of RequestContext in com.google.web.bindery.requestfactory.vm
Modifier and TypeClassDescription(package private) class
An in-process implementation of RequestContext.Modifier and TypeMethodDescription<T extends RequestContext>
TInProcessRequestContext.append
(T other) ModifierConstructorDescriptionprotected
InProcessRequestContext
(InProcessRequestFactory factory, com.google.web.bindery.requestfactory.shared.impl.AbstractRequestContext.Dialect dialect, Class<? extends RequestContext> context)