Uses of Interface
com.google.web.bindery.requestfactory.shared.BaseProxy
Packages that use 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
Methods in com.google.web.bindery.requestfactory.server with type parameters of type BaseProxyModifier 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.Methods in com.google.web.bindery.requestfactory.server that return types with arguments of type BaseProxyModifier 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) Method parameters in com.google.web.bindery.requestfactory.server with type arguments of type BaseProxyModifier 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
Methods in com.google.web.bindery.requestfactory.vm with type parameters of type BaseProxyModifier and TypeMethodDescriptionInProcessRequestContext.createProxy
(Class<T> clazz, com.google.web.bindery.requestfactory.shared.impl.SimpleProxyId<T> id, boolean useAppendedContexts) InProcessRequestFactory.getTypeFromToken
(String typeToken) Method parameters in com.google.web.bindery.requestfactory.vm with type arguments of type BaseProxyModifier and TypeMethodDescriptionprotected String
InProcessRequestFactory.getTypeToken
(Class<? extends BaseProxy> clazz)