Uses of Interface
com.google.web.bindery.requestfactory.shared.RequestFactory
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.
Classes to use RequestFactory in a non-GWT (e.g., Android or desktop) JRE
environment.
-
Uses of RequestFactory 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 TypeMethodDescriptionvoid
RequestFactoryEditorDriver.initialize
(EventBus eventBus, RequestFactory requestFactory, E editor) Overload ofRequestFactoryEditorDriver.initialize(RequestFactory, Editor)
to allow a modifiedEventBus
to be monitored for subscription services.void
RequestFactoryEditorDriver.initialize
(RequestFactory requestFactory, E editor) Initializes a driver with the editor it will run, and a RequestFactory to use for subscription services. -
Uses of RequestFactory in com.google.web.bindery.requestfactory.gwt.client.testing
Modifier and TypeMethodDescriptionMockRequestFactoryEditorDriver.getRequestFactory()
Returnsnull
or the last value recorded.Modifier and TypeMethodDescriptionvoid
MockRequestFactoryEditorDriver.initialize
(EventBus eventBus, RequestFactory requestFactory, E editor) Records its arguments.void
MockRequestFactoryEditorDriver.initialize
(RequestFactory requestFactory, E editor) -
Uses of RequestFactory in com.google.web.bindery.requestfactory.server
Modifier and TypeMethodDescriptionClass
<? extends RequestFactory> ResolverServiceLayer.resolveRequestFactory
(String binaryName) abstract Class
<? extends RequestFactory> ServiceLayer.resolveRequestFactory
(String token) Loads and validates a RequestFactory interface.Class
<? extends RequestFactory> ServiceLayerCache.resolveRequestFactory
(String binaryName) Class
<? extends RequestFactory> ServiceLayerDecorator.resolveRequestFactory
(String binaryName) -
Uses of RequestFactory in com.google.web.bindery.requestfactory.vm
Modifier and TypeClassDescription(package private) class
A JRE-compatible implementation of RequestFactory.Modifier and TypeMethodDescriptionstatic <T extends RequestFactory>
TCreate an instance of a RequestFactory.ModifierConstructorDescriptionInProcessRequestFactory
(Class<? extends RequestFactory> requestFactoryInterface)