Uses of Class
com.google.web.bindery.requestfactory.server.ServiceLayer
-
Packages that use ServiceLayer Package Description com.google.web.bindery.requestfactory.server Server-side classes for mediating between the client-side and the persistent datastore. -
-
Uses of ServiceLayer in com.google.web.bindery.requestfactory.server
Subclasses of ServiceLayer in com.google.web.bindery.requestfactory.server Modifier and Type Class Description classFindServiceLayerAllows the use of a very short operation name for the find method.(package private) classLocatorServiceLayerAdds support to the ServiceLayer chain for usingLocatorandServiceLocatorhelper objects.(package private) classReflectiveServiceLayerImplements all methods that interact with domain objects.(package private) classResolverServiceLayerImplements all of the resolution methods in ServiceLayer.(package private) classServiceLayerCacheA cache for idempotent methods inServiceLayer.classServiceLayerDecoratorUsers that intend to alter how RequestFactory interacts with the domain environment can extend this type and provide it tocreate(ServiceLayerDecorator...).Fields in com.google.web.bindery.requestfactory.server declared as ServiceLayer Modifier and Type Field Description (package private) ServiceLayerServiceLayerDecorator. nextA pointer to the next deepest layer.(package private) ServiceLayerServiceLayer. topA pointer to the top-most ServiceLayer instance.Methods in com.google.web.bindery.requestfactory.server that return ServiceLayer Modifier and Type Method Description static ServiceLayerServiceLayer. create(ServiceLayerDecorator... decorators)Create a RequestFactory ServiceLayer that is optionally modified by the given decorators.(package private) ServiceLayerServiceLayerDecorator. getNext()Retrieves the next service layer.ServiceLayerRequestState. getServiceLayer()protected ServiceLayerServiceLayerDecorator. getTop()Returns the top-most service layer.Constructors in com.google.web.bindery.requestfactory.server with parameters of type ServiceLayer Constructor Description RequestState(ServiceLayer service)SimpleRequestProcessor(ServiceLayer serviceLayer)
-