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 RequestLocaleManager
to persist any change to the selected locale.
- Since:
- 3.1
- Author:
- Howard M. Lewis Ship
renderResponse
public void renderResponse(IRequestCycle cycle,
ResponseOutputStream output)
throws javax.servlet.ServletException,
java.io.IOException
- Renders the reponse, using the current active page defined by the request cycle.
javax.servlet.ServletException
java.io.IOException