| 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. |
| org.analogweb.core.response |
This package defines execution results for response.
|
| Modifier and Type | Field and Description |
|---|---|
static Response |
Response.EMPTY |
static Response |
Response.NOT_FOUND |
static Response |
Application.NOT_FOUND
RequestPath not found. |
| Modifier and Type | Method and Description |
|---|---|
Response |
ResponseHandler.handleResult(Object result,
InvocationMetadata metadata,
RenderableResolver renderableResolver,
RequestContext context,
ResponseContext response,
ExceptionHandler exceptionHandler,
ResponseFormatterFinder finder) |
Response |
Application.processRequest(RequestPath path,
RequestContext context,
ResponseContext responseContext)
Process request.
|
Response |
Renderable.render(RequestContext context,
ResponseContext response)
Render invocation result to response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseContext.commit(RequestContext context,
Response response)
Commit response to stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResponse |
| Modifier and Type | Method and Description |
|---|---|
protected Response |
WebApplication.handleResponse(Modules modules,
Object result,
InvocationMetadata metadata,
RequestContext context,
ResponseContext responseContext) |
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) |
Response |
WebApplication.processRequest(RequestPath requestedPath,
RequestContext requestContext,
ResponseContext responseContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Response |
DefaultRenderable.createResponse() |
Response |
Redirect.render(RequestContext context,
ResponseContext response) |
Response |
HttpStatus.render(RequestContext context,
ResponseContext responseContext) |
Response |
DefaultRenderable.render(RequestContext request,
ResponseContext responseContext) |
Response |
ContextSpecifiedResponse.render(RequestContext context,
ResponseContext response) |
Response |
Acceptable.render(RequestContext context,
ResponseContext response) |
protected abstract Response |
ContextSpecifiedResponse.renderInternal(T context,
ResponseContext response) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultRenderable.putEntityToResponse(Response response,
ResponseEntity entity) |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.