public interface Renderable
| Modifier and Type | Method and Description |
|---|---|
Response |
render(RequestContext context,
ResponseContext response)
Render invocation result to response.
|
Response render(RequestContext context, ResponseContext response) throws IOException, WebApplicationException
context - RequestContextresponse - ResponseContextIOException - I/O error.WebApplicationException - other exception.Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.