org.apache.tapestry.services.impl
Class ResponseRendererImpl
java.lang.Object
org.apache.tapestry.services.impl.ResponseRendererImpl
- All Implemented Interfaces:
- ResponseRenderer
public class ResponseRendererImpl
- extends java.lang.Object
- implements ResponseRenderer
Responsible for rendering a response to the client.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENCODING_KEY
public static final java.lang.String ENCODING_KEY
- Inside a
ContentType
, the output encoding is called
"charset".
- See Also:
- Constant Field Values
ResponseRendererImpl
public ResponseRendererImpl()
renderResponse
public void renderResponse(IRequestCycle cycle)
throws java.io.IOException
- Description copied from interface:
ResponseRenderer
- Renders the reponse, using the current active page defined by the request cycle.
- Specified by:
renderResponse
in interface ResponseRenderer
- Throws:
java.io.IOException
setLocaleManager
public void setLocaleManager(RequestLocaleManager localeManager)
setMarkupWriterSource
public void setMarkupWriterSource(MarkupWriterSource markupWriterSource)
setWebResponse
public void setWebResponse(WebResponse webResponse)