Uses of Class
com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
Package
Description
Server-side classes for mediating between the client-side and the persistent
datastore.
Jakarta-specific package for server-only classes.
-
Uses of ServiceLayerDecorator 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
.Modifier and TypeMethodDescriptionstatic ServiceLayer
ServiceLayer.create
(ServiceLayerDecorator... decorators) Create a RequestFactory ServiceLayer that is optionally modified by the given decorators.ModifierConstructorDescriptionRequestFactoryServlet
(ExceptionHandler exceptionHandler, ServiceLayerDecorator... serviceDecorators) Use this constructor in subclasses to provide a customExceptionHandler
. -
Uses of ServiceLayerDecorator in com.google.web.bindery.requestfactory.server.jakarta
ModifierConstructorDescriptionRequestFactoryServlet
(ExceptionHandler exceptionHandler, ServiceLayerDecorator... serviceDecorators) Use this constructor in subclasses to provide a customExceptionHandler
.