|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.portlet.PortletResponseRenderer
Sets render parameters on the current ActionResponse
that will invoke
the RenderService
to render the (currently) active page. This
reflects the Portlet APIs very clear division between processing an action and rendering a
response; we need to record into the implicit render URL the render service and the name of the
active page.
Constructor Summary | |
PortletResponseRenderer()
|
Method Summary | |
void |
renderResponse(org.apache.tapestry.IRequestCycle cycle)
|
void |
setResponse(javax.portlet.ActionResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortletResponseRenderer()
Method Detail |
public void renderResponse(org.apache.tapestry.IRequestCycle cycle)
renderResponse
in interface org.apache.tapestry.services.ResponseRenderer
public void setResponse(javax.portlet.ActionResponse response)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |