Uses of Class
com.google.web.bindery.requestfactory.shared.Locator
Packages that use Locator
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.
-
Uses of Locator in com.google.web.bindery.requestfactory.server
Methods in com.google.web.bindery.requestfactory.server with type parameters of type LocatorModifier and TypeMethodDescription<T extends Locator<?,?>>
TLocatorServiceLayer.createLocator(Class<T> clazz) abstract <T extends Locator<?,?>>
TServiceLayer.createLocator(Class<T> clazz) Create an instance of the requestedLocatortype.<T extends Locator<?,?>>
TServiceLayerCache.createLocator(Class<T> clazz) <T extends Locator<?,?>>
TServiceLayerDecorator.createLocator(Class<T> clazz) Methods in com.google.web.bindery.requestfactory.server that return types with arguments of type LocatorModifier and TypeMethodDescriptionLocatorServiceLayer.resolveLocator(Class<?> domainType) ServiceLayer.resolveLocator(Class<?> domainType) Return the type ofLocatorthat should be used to access the given domain type.ServiceLayerCache.resolveLocator(Class<?> domainType) ServiceLayerDecorator.resolveLocator(Class<?> domainType)