org.apache.tapestry.services.impl
Class ResponseRendererImpl

java.lang.Object
  extended by 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

Field Summary
static java.lang.String ENCODING_KEY
          Inside a ContentType, the output encoding is called "charset".
 
Constructor Summary
ResponseRendererImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENCODING_KEY

public static final java.lang.String ENCODING_KEY
Inside a ContentType, the output encoding is called "charset".

See Also:
Constant Field Values
Constructor Detail

ResponseRendererImpl

public ResponseRendererImpl()
Method Detail

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)