| 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(Class<T> clazz) |
abstract <T extends ServiceLocator> |
ServiceLayer.createServiceLocator(Class<T> clazz)
Create an instance of the requested
ServiceLocator type. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ServiceLocator> |
ServiceLayerDecorator.resolveServiceLocator(Class<? extends RequestContext> requestContext) |
abstract Class<? extends ServiceLocator> |
ServiceLayer.resolveServiceLocator(Class<? extends RequestContext> requestContext)
Given a RequestContext method declaration, resolve the
ServiceLocator that should be used when invoking the domain method. |
Copyright © 2016. All rights reserved.