Class PortletContainerContextImpl
- java.lang.Object
-
- org.gatein.pc.portlet.impl.deployment.PortletContainerContextImpl
-
- All Implemented Interfaces:
PortletContainerContext
public class PortletContainerContextImpl extends Object implements PortletContainerContext
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description PortletContainerContextImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmanagedStart()Attempt to start the portlet container.voidmanagedStop()Stop the portlet container.
-
-
-
Method Detail
-
managedStart
public void managedStart()
Description copied from interface:PortletContainerContextAttempt to start the portlet container.- Specified by:
managedStartin interfacePortletContainerContext
-
managedStop
public void managedStop()
Description copied from interface:PortletContainerContextStop the portlet container.- Specified by:
managedStopin interfacePortletContainerContext
-
-