| Package | Description |
|---|---|
| org.analogweb |
Root of Analog Web Framework
This package defines fundamental interfaces. |
| org.analogweb.core |
Analogweb's core (default) implementations.
These instance are recognized by an application automatically. |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
Modules.getExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
Response |
ResponseHandler.handleResult(Object result,
InvocationMetadata metadata,
RenderableResolver renderableResolver,
RequestContext context,
ResponseContext response,
ExceptionHandler exceptionHandler,
ResponseFormatterFinder finder) |
ModulesBuilder |
ModulesBuilder.setExceptionHandler(ExceptionHandler exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
ModulesBuilder |
ModulesBuilder.setExceptionHandlerClass(Class<? extends ExceptionHandler> exceptionHandlerClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExceptionHandler
Default
ExceptionHandler implementation. |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ExceptionHandler> |
DefaultModulesBuilder.getExceptionHandlerClass() |
| Modifier and Type | Method and Description |
|---|---|
Response |
DefaultResponseHandler.handleResult(Object result,
InvocationMetadata metadata,
RenderableResolver renderableResolver,
RequestContext context,
ResponseContext response,
ExceptionHandler exceptionHandler,
ResponseFormatterFinder finder) |
protected Response |
DefaultResponseHandler.handleResultInternal(Renderable result,
InvocationMetadata metadata,
RenderableResolver renderableResolver,
ResponseFormatter resultFormatter,
RequestContext context,
ResponseContext response,
ExceptionHandler exceptionHandler,
ResponseFormatterFinder finder) |
ModulesBuilder |
DefaultModulesBuilder.setExceptionHandler(ExceptionHandler exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
ModulesBuilder |
DefaultModulesBuilder.setExceptionHandlerClass(Class<? extends ExceptionHandler> exceptionHandlerClass) |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.