public interface ResponseRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
postRender(RequestContext context)
Post-render after the real method be invoked.
|
void |
preRender(RequestContext context)
Pre-render before the real method be invoked.
|
void |
render(RequestContext context)
Renders with the specified HTTP request context.
|
void preRender(RequestContext context)
context - the specified HTTP request contextvoid render(RequestContext context)
context - the specified HTTP request contextvoid postRender(RequestContext context)
context - the specified HTTP request contextCopyright © 2009–2019 B3log. All rights reserved.