| |
|
| java.lang.Object org.apache.pluto.internal.impl.InternalPortletWindowImpl
InternalPortletWindowImpl | public class InternalPortletWindowImpl implements InternalPortletWindow(Code) | | Implementation of InternalPortletWindow interface.
|
InternalPortletWindowImpl | public InternalPortletWindowImpl(ServletContext context, PortletWindow portletWindow)(Code) | | Constructs an internal portlet window that wraps a portlet window.
An internal portlet window instance is created everytime when the portlet
container's doRender() or doAction() method is
invoked.
Parameters: context - the servlet context from which this window isbeing invoked. Parameters: portletWindow - the underlying portlet window instance. |
|
|
|