Uses of Class
com.google.web.bindery.requestfactory.server.ServiceLayer
Package
Description
Server-side classes for mediating between the client-side and the persistent
datastore.
-
Uses of ServiceLayer in com.google.web.bindery.requestfactory.server
Modifier and TypeClassDescriptionclass
Allows the use of a very short operation name for the find method.(package private) final class
Adds support to the ServiceLayer chain for usingLocator
andServiceLocator
helper objects.(package private) final class
Implements all methods that interact with domain objects.(package private) final class
Implements all of the resolution methods in ServiceLayer.(package private) class
A cache for idempotent methods inServiceLayer
.class
Users that intend to alter how RequestFactory interacts with the domain environment can extend this type and provide it tocreate(ServiceLayerDecorator...)
.Modifier and TypeFieldDescription(package private) ServiceLayer
ServiceLayerDecorator.next
A pointer to the next deepest layer.(package private) ServiceLayer
ServiceLayer.top
A pointer to the top-most ServiceLayer instance.Modifier and TypeMethodDescriptionstatic ServiceLayer
ServiceLayer.create
(ServiceLayerDecorator... decorators) Create a RequestFactory ServiceLayer that is optionally modified by the given decorators.(package private) final ServiceLayer
ServiceLayerDecorator.getNext()
Retrieves the next service layer.RequestState.getServiceLayer()
protected final ServiceLayer
ServiceLayerDecorator.getTop()
Returns the top-most service layer.ModifierConstructorDescriptionRequestState
(ServiceLayer service) SimpleRequestProcessor
(ServiceLayer serviceLayer)