Uses of Class
com.google.web.bindery.requestfactory.server.ServiceLayerDecorator
Packages that use 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
Subclasses of ServiceLayerDecorator in com.google.web.bindery.requestfactory.serverModifier and TypeClassDescriptionclassAllows the use of a very short operation name for the find method.(package private) final classAdds support to the ServiceLayer chain for usingLocatorandServiceLocatorhelper objects.(package private) final classImplements all methods that interact with domain objects.(package private) final classImplements all of the resolution methods in ServiceLayer.(package private) classA cache for idempotent methods inServiceLayer.Methods in com.google.web.bindery.requestfactory.server with parameters of type ServiceLayerDecoratorModifier and TypeMethodDescriptionstatic ServiceLayerServiceLayer.create(ServiceLayerDecorator... decorators) Create a RequestFactory ServiceLayer that is optionally modified by the given decorators.Constructors in com.google.web.bindery.requestfactory.server with parameters of type ServiceLayerDecoratorModifierConstructorDescriptionRequestFactoryServlet(ExceptionHandler exceptionHandler, ServiceLayerDecorator... serviceDecorators) Use this constructor in subclasses to provide a customExceptionHandler. -
Uses of ServiceLayerDecorator in com.google.web.bindery.requestfactory.server.jakarta
Constructors in com.google.web.bindery.requestfactory.server.jakarta with parameters of type ServiceLayerDecoratorModifierConstructorDescriptionRequestFactoryServlet(ExceptionHandler exceptionHandler, ServiceLayerDecorator... serviceDecorators) Use this constructor in subclasses to provide a customExceptionHandler.