| 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 | Interface and Description |
|---|---|
interface |
Modules
All modules that compose an application.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
ResponseHandler.handleResult(Object result,
InvocationMetadata metadata,
RenderableResolver renderableResolver,
RequestContext context,
ResponseContext response,
ExceptionHandler exceptionHandler,
ResponseFormatterFinder finder) |
| 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) |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.