Package | Description |
---|---|
com.google.web.bindery.requestfactory.server |
Server-side classes for mediating between the client-side and the persistent
datastore.
|
Modifier and Type | Method and Description |
---|---|
<T extends ServiceLocator> |
ServiceLayerDecorator.createServiceLocator(java.lang.Class<T> clazz) |
abstract <T extends ServiceLocator> |
ServiceLayer.createServiceLocator(java.lang.Class<T> clazz)
Create an instance of the requested
ServiceLocator type. |
<T extends ServiceLocator> |
LocatorServiceLayer.createServiceLocator(java.lang.Class<T> serviceLocatorType) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ServiceLocator> |
ServiceLayerDecorator.resolveServiceLocator(java.lang.Class<? extends RequestContext> requestContext) |
java.lang.Class<? extends ServiceLocator> |
ServiceLayerCache.resolveServiceLocator(java.lang.Class<? extends RequestContext> requestContext) |
abstract java.lang.Class<? extends ServiceLocator> |
ServiceLayer.resolveServiceLocator(java.lang.Class<? extends RequestContext> requestContext)
Given a RequestContext method declaration, resolve the
ServiceLocator that should be used when invoking the domain method. |
java.lang.Class<? extends ServiceLocator> |
LocatorServiceLayer.resolveServiceLocator(java.lang.Class<? extends RequestContext> requestContext) |