public abstract class ContextSpecifiedResponse<T extends RequestContext> extends Object implements Renderable
| Constructor and Description |
|---|
ContextSpecifiedResponse() |
| Modifier and Type | Method and Description |
|---|---|
Response |
render(RequestContext context,
ResponseContext response)
Render invocation result to response.
|
protected abstract Response |
renderInternal(T context,
ResponseContext response) |
public Response render(RequestContext context, ResponseContext response) throws IOException, WebApplicationException
Renderablerender in interface Renderablecontext - RequestContextresponse - ResponseContextIOException - I/O error.WebApplicationException - other exception.protected abstract Response renderInternal(T context, ResponseContext response) throws IOException, WebApplicationException
IOExceptionWebApplicationExceptionCopyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.