Package | Description |
---|---|
com.google.web.bindery.requestfactory.server |
Server-side classes for mediating between the client-side and the persistent
datastore.
|
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.
|
Modifier and Type | Method and Description |
---|---|
<T extends Locator<?,?>> |
ServiceLayerDecorator.createLocator(java.lang.Class<T> clazz) |
<T extends Locator<?,?>> |
ServiceLayerCache.createLocator(java.lang.Class<T> clazz) |
abstract <T extends Locator<?,?>> |
ServiceLayer.createLocator(java.lang.Class<T> clazz)
Create an instance of the requested
Locator type. |
<T extends Locator<?,?>> |
LocatorServiceLayer.createLocator(java.lang.Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Locator<?,?>> |
ServiceLayerDecorator.resolveLocator(java.lang.Class<?> domainType) |
java.lang.Class<? extends Locator<?,?>> |
ServiceLayerCache.resolveLocator(java.lang.Class<?> domainType) |
abstract java.lang.Class<? extends Locator<?,?>> |
ServiceLayer.resolveLocator(java.lang.Class<?> domainType)
Return the type of
Locator that should be used to access the given
domain type. |
java.lang.Class<? extends Locator<?,?>> |
LocatorServiceLayer.resolveLocator(java.lang.Class<?> domainType) |
Modifier and Type | Class and Description |
---|---|
class |
ValueLocator<T>
A
Locator for use with value types (as opposed to entities), which
are not persisted. |