public class ResponseRendererImpl extends java.lang.Object implements ResponseRenderer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENCODING_KEY
Inside a
ContentType, the output encoding is called
"charset". |
| Constructor and Description |
|---|
ResponseRendererImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
renderResponse(IRequestCycle cycle)
Renders the reponse, using the current active page defined by the request cycle.
|
void |
setLocaleManager(RequestLocaleManager localeManager) |
void |
setMarkupWriterSource(MarkupWriterSource markupWriterSource) |
void |
setWebResponse(WebResponse webResponse) |
public static final java.lang.String ENCODING_KEY
ContentType, the output encoding is called
"charset".public ResponseRendererImpl()
public void renderResponse(IRequestCycle cycle) throws java.io.IOException
ResponseRendererrenderResponse in interface ResponseRendererjava.io.IOExceptionpublic void setLocaleManager(RequestLocaleManager localeManager)
public void setMarkupWriterSource(MarkupWriterSource markupWriterSource)
public void setWebResponse(WebResponse webResponse)