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:
3.1
Author:
Howard M. Lewis Ship

Constructor Summary
ResponseRendererImpl()
           
 
Method Summary
 void renderResponse(IRequestCycle cycle, ResponseOutputStream output)
          Renders the reponse, using the current active page defined by the request cycle.
 void setLocaleManager(RequestLocaleManager localeManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseRendererImpl

public ResponseRendererImpl()
Method Detail

renderResponse

public void renderResponse(IRequestCycle cycle,
                           ResponseOutputStream output)
                    throws javax.servlet.ServletException,
                           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
javax.servlet.ServletException
java.io.IOException

setLocaleManager

public void setLocaleManager(RequestLocaleManager localeManager)