|
GWT 2.4.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceLocator | |
---|---|
com.google.web.bindery.requestfactory.server | Server side classes for mediating between the client side and the persistent datastore. |
Uses of ServiceLocator in com.google.web.bindery.requestfactory.server |
---|
Methods in com.google.web.bindery.requestfactory.server with type parameters of type ServiceLocator | ||
---|---|---|
abstract
|
ServiceLayer.createServiceLocator(java.lang.Class<T> clazz)
Create an instance of the requested ServiceLocator type. |
|
|
ServiceLayerDecorator.createServiceLocator(java.lang.Class<T> clazz)
|
Methods in com.google.web.bindery.requestfactory.server that return types with arguments of type ServiceLocator | |
---|---|
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> |
ServiceLayerDecorator.resolveServiceLocator(java.lang.Class<? extends RequestContext> requestContext)
|
|
GWT 2.4.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |