org.apache.tapestry.portlet
Interface PortletRenderer

All Known Implementing Classes:
PortletRendererImpl

public interface PortletRenderer

Service used to render a page within a portlet.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 void renderPage(IRequestCycle cycle, String pageName)
           
 

Method Detail

renderPage

void renderPage(IRequestCycle cycle,
                String pageName)
                throws IOException
Throws:
IOException


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