| java.lang.Object org.apache.jetspeed.container.JetspeedPortletContainerWrapper
JetspeedPortletContainerWrapper | public class JetspeedPortletContainerWrapper implements PortletContainerWrapper(Code) | | Portlet Container Wrapper to secure access to portlet container.
author: David Sean Taylor version: $Id: JetspeedPortletContainerWrapper.java 516448 2007-03-09 16:25:47Z ate $ |
JetspeedPortletContainerWrapper | public JetspeedPortletContainerWrapper(PortletContainer pluto, String containerId, ServletConfig servletConfig, PortletContainerEnvironment env, Properties properties)(Code) | | |
JetspeedPortletContainerWrapper | public JetspeedPortletContainerWrapper(PortletContainer pluto, String containerId, ServletConfig servletConfig, PortletContainerEnvironment env)(Code) | | |
init | public synchronized void init(String uniqueContainerId, ServletConfig servletConfig, PortletContainerEnvironment environment, Properties props) throws PortletContainerException(Code) | | initialization is still handled outside component architecture, since Pluto is not a component
|
isInitialized | public boolean isInitialized()(Code) | |
isInitialized
See Also: org.apache.pluto.PortletContainer.isInitialized |
shutdown | public synchronized void shutdown() throws PortletContainerException(Code) | | |
start | public void start() throws PortletContainerException(Code) | | Allows starting of the container without providing calling the
init() method without all of the arguments as the
arguments have already been provided in the constructor.
throws: PortletContainerException - |
|
|