GWT 2.1.1

Uses of Class
com.google.gwt.requestfactory.server.ServiceLayer

Packages that use ServiceLayer
com.google.gwt.requestfactory.server Server side classes for mediating between the client side and the persistent datastore. 
 

Uses of ServiceLayer in com.google.gwt.requestfactory.server
 

Subclasses of ServiceLayer in com.google.gwt.requestfactory.server
 class ServiceLayerDecorator
          Users that intend to alter how RequestFactory interacts with the domain environment can extend this type and provide it to create(ServiceLayerDecorator...).
 

Methods in com.google.gwt.requestfactory.server that return ServiceLayer
static ServiceLayer ServiceLayer.create(ServiceLayerDecorator... decorators)
          Create a RequestFactory ServiceLayer that is optionally modified by the given decorators.
protected  ServiceLayer ServiceLayerDecorator.getTop()
          Returns the top-most service layer.
 

Constructors in com.google.gwt.requestfactory.server with parameters of type ServiceLayer
SimpleRequestProcessor(ServiceLayer serviceLayer)
           
 


GWT 2.1.1