org.apache.tapestry.services.impl
Class ResponseRendererImpl
java.lang.Object
org.apache.tapestry.services.impl.ResponseRendererImpl
- All Implemented Interfaces:
- ResponseRenderer
public class ResponseRendererImpl
- extends Object
- implements ResponseRenderer
Responsible for rendering a response to the client.
- 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseRendererImpl
public ResponseRendererImpl()
renderResponse
public void renderResponse(IRequestCycle cycle)
throws 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:
IOException
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.