Uses of Interface
com.google.web.bindery.requestfactory.shared.BaseProxy
Package
Description
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 BaseProxy in com.google.web.bindery.requestfactory.server
Modifier and TypeMethodDescriptionRequestState.getBeanForPayload
(Splittable serializedProxyId) EntityCodex support.RequestState.getBeanForPayload
(com.google.web.bindery.requestfactory.shared.impl.SimpleProxyId<Q> id, Object domainObject) Get or create a BaseProxy AutoBean for the given id.Modifier and TypeMethodDescriptionRequestState.getBeansForPayload
(List<? extends IdMessage> idMessages) Get or create BaseProxy AutoBeans for a list of id-bearing messages.ResolverServiceLayer.resolveClass
(String typeToken) ServiceLayer.resolveClass
(String typeToken) Given a type token previously returned fromServiceLayer.resolveTypeToken(Class)
, return the Class literal associated with the token.ServiceLayerCache.resolveClass
(String typeToken) ServiceLayerDecorator.resolveClass
(String typeToken) Modifier and TypeMethodDescriptionResolverServiceLayer.resolveTypeToken
(Class<? extends BaseProxy> clazz) abstract String
ServiceLayer.resolveTypeToken
(Class<? extends BaseProxy> proxyType) Return a string used to represent the given type in the wire protocol.ServiceLayerCache.resolveTypeToken
(Class<? extends BaseProxy> domainClass) ServiceLayerDecorator.resolveTypeToken
(Class<? extends BaseProxy> proxyType) -
Uses of BaseProxy in com.google.web.bindery.requestfactory.vm
Modifier and TypeMethodDescriptionInProcessRequestContext.createProxy
(Class<T> clazz, com.google.web.bindery.requestfactory.shared.impl.SimpleProxyId<T> id, boolean useAppendedContexts) InProcessRequestFactory.getTypeFromToken
(String typeToken) Modifier and TypeMethodDescriptionprotected String
InProcessRequestFactory.getTypeToken
(Class<? extends BaseProxy> clazz)