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