Uses of Interface
com.google.web.bindery.requestfactory.shared.RequestContext
Packages that use 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.
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
Classes in com.google.web.bindery.requestfactory.gwt.client with type parameters of type RequestContextModifier 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 that return RequestContextModifier and TypeMethodDescriptionRequestFactoryEditorDriver.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 RequestContextModifier and TypeMethodDescriptionvoidRequestFactoryEditorDriver.edit(P proxy, RequestContext request) Start driving the Editor and its sub-editors with data.voidHasRequestContext.setRequestContext(RequestContext ctx) Called byRequestFactoryEditorDriverwith theRequestContextpassed intoedit()ornullifdisplay()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 RequestContextModifier and TypeMethodDescriptionMockRequestFactoryEditorDriver.flush()Returnsnullor the last value recorded.MockRequestFactoryEditorDriver.getSaveRequest()Returnsnullor the last value recorded.Methods in com.google.web.bindery.requestfactory.gwt.client.testing with parameters of type RequestContextModifier and TypeMethodDescriptionvoidMockRequestFactoryEditorDriver.edit(P proxy, RequestContext saveRequest) Records its arguments. -
Uses of RequestContext in com.google.web.bindery.requestfactory.server
Methods in com.google.web.bindery.requestfactory.server that return types with arguments of type RequestContextModifier 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) Method parameters in com.google.web.bindery.requestfactory.server with type arguments of type RequestContextModifier and TypeMethodDescriptionLocatorServiceLayer.createServiceInstance(Class<? extends RequestContext> requestContext) abstract ObjectServiceLayer.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 aRequestContextmethod, find the service class referenced in theServiceorServiceNameannotation.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 theServiceLocatorthat 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
Classes in com.google.web.bindery.requestfactory.vm that implement RequestContextModifier and TypeClassDescription(package private) classAn in-process implementation of RequestContext.Methods in com.google.web.bindery.requestfactory.vm with type parameters of type RequestContextModifier and TypeMethodDescription<T extends RequestContext>
TInProcessRequestContext.append(T other) Constructor parameters in com.google.web.bindery.requestfactory.vm with type arguments of type RequestContextModifierConstructorDescriptionprotectedInProcessRequestContext(InProcessRequestFactory factory, com.google.web.bindery.requestfactory.shared.impl.AbstractRequestContext.Dialect dialect, Class<? extends RequestContext> context)