org.apache.tapestry.services
Interface ResponseRenderer

All Known Implementing Classes:
ResponseRendererImpl

public interface ResponseRenderer

Responsible for rendering the active page as the response. Works with the RequestLocaleManagerto persist any change to the selected locale.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 void renderResponse(IRequestCycle cycle)
          Renders the reponse, using the current active page defined by the request cycle.
 

Method Detail

renderResponse

void renderResponse(IRequestCycle cycle)
                    throws java.io.IOException
Renders the reponse, using the current active page defined by the request cycle.

Throws:
java.io.IOException