org.apache.tapestry.services
Interface ResponseRenderer

All Known Implementing Classes:
PortletResponseRenderer, ResponseRendererImpl

Deprecated. To be replaced with ResponseBuilder.

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)
          Deprecated. Renders the reponse, using the current active page defined by the request cycle.
 

Method Detail

renderResponse

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

Throws:
IOException


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.