Package | Description |
---|---|
com.google.web.bindery.requestfactory.server |
Server-side classes for mediating between the client-side and the persistent
datastore.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExceptionHandler
Default implementation for handling exceptions thrown while processing a
request.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleRequestProcessor.setExceptionHandler(ExceptionHandler exceptionHandler) |
Constructor and Description |
---|
RequestFactoryServlet(ExceptionHandler exceptionHandler,
ServiceLayerDecorator... serviceDecorators)
Use this constructor in subclasses to provide a custom
ExceptionHandler . |