Uses of Interface
com.google.web.bindery.requestfactory.shared.RequestFactory
Packages that use 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
Classes in com.google.web.bindery.requestfactory.gwt.client with type parameters of type RequestFactoryModifier and TypeClassDescriptionclassRequestBatcher<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.Methods in com.google.web.bindery.requestfactory.gwt.client with parameters of type RequestFactoryModifier and TypeMethodDescriptionvoidRequestFactoryEditorDriver.initialize(EventBus eventBus, RequestFactory requestFactory, E editor) Overload ofRequestFactoryEditorDriver.initialize(RequestFactory, Editor)to allow a modifiedEventBusto be monitored for subscription services.voidRequestFactoryEditorDriver.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
Methods in com.google.web.bindery.requestfactory.gwt.client.testing that return RequestFactoryModifier and TypeMethodDescriptionMockRequestFactoryEditorDriver.getRequestFactory()Returnsnullor the last value recorded.Methods in com.google.web.bindery.requestfactory.gwt.client.testing with parameters of type RequestFactoryModifier and TypeMethodDescriptionvoidMockRequestFactoryEditorDriver.initialize(EventBus eventBus, RequestFactory requestFactory, E editor) Records its arguments.voidMockRequestFactoryEditorDriver.initialize(RequestFactory requestFactory, E editor) -
Uses of RequestFactory in com.google.web.bindery.requestfactory.server
Methods in com.google.web.bindery.requestfactory.server that return types with arguments of type RequestFactoryModifier 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
Classes in com.google.web.bindery.requestfactory.vm that implement RequestFactoryModifier and TypeClassDescription(package private) classA JRE-compatible implementation of RequestFactory.Methods in com.google.web.bindery.requestfactory.vm with type parameters of type RequestFactoryModifier and TypeMethodDescriptionstatic <T extends RequestFactory>
TCreate an instance of a RequestFactory.Constructor parameters in com.google.web.bindery.requestfactory.vm with type arguments of type RequestFactoryModifierConstructorDescriptionInProcessRequestFactory(Class<? extends RequestFactory> requestFactoryInterface)