Uses of Class
com.google.web.bindery.requestfactory.shared.ProxyFor
-
Packages that use ProxyFor Package Description com.google.web.bindery.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the server and the client in JSON format. -
-
Uses of ProxyFor in com.google.web.bindery.requestfactory.shared
Classes in com.google.web.bindery.requestfactory.shared with annotations of type ProxyFor Modifier and Type Interface Description interface
EntityProxy
A proxy for a server-side domain object.interface
EntityProxyId<P extends EntityProxy>
A stable, opaque id of anEntityProxy
that remains stable across updates, creates, deletes on the client.interface
ValueProxy
An analog to EntityProxy for domain types that do not have an identity concept.
-