org.apache.pluto.portalImpl.core
Class PortletContainerWrapperImpl
java.lang.Object
org.apache.pluto.portalImpl.core.PortletContainerWrapperImpl
public class PortletContainerWrapperImpl
- extends java.lang.Object
Method Summary |
void |
init(java.lang.String uniqueContainerName,
ServletConfig servletConfig,
PortletContainerEnvironment environment,
java.util.Properties properties)
|
boolean |
isInitialized()
|
void |
portletLoad(PortletWindow portletWindow,
HttpServletRequest servletRequest,
HttpServletResponse servletResponse)
|
void |
processPortletAction(PortletWindow portletWindow,
HttpServletRequest servletRequest,
HttpServletResponse servletResponse)
|
void |
renderPortlet(PortletWindow portletWindow,
HttpServletRequest servletRequest,
HttpServletResponse servletResponse)
|
void |
shutdown()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletContainerWrapperImpl
public PortletContainerWrapperImpl()
init
public void init(java.lang.String uniqueContainerName,
ServletConfig servletConfig,
PortletContainerEnvironment environment,
java.util.Properties properties)
throws PortletContainerException
- Throws:
PortletContainerException
shutdown
public void shutdown()
throws PortletContainerException
- Throws:
PortletContainerException
renderPortlet
public void renderPortlet(PortletWindow portletWindow,
HttpServletRequest servletRequest,
HttpServletResponse servletResponse)
throws PortletException,
java.io.IOException,
PortletContainerException
- Throws:
PortletException
java.io.IOException
PortletContainerException
processPortletAction
public void processPortletAction(PortletWindow portletWindow,
HttpServletRequest servletRequest,
HttpServletResponse servletResponse)
throws PortletException,
java.io.IOException,
PortletContainerException
- Throws:
PortletException
java.io.IOException
PortletContainerException
portletLoad
public void portletLoad(PortletWindow portletWindow,
HttpServletRequest servletRequest,
HttpServletResponse servletResponse)
throws PortletException,
PortletContainerException
- Throws:
PortletException
PortletContainerException
isInitialized
public boolean isInitialized()