Package org.gatein.pc.portlet.container
Interface PortletContainerContext
- All Known Implementing Classes:
PortletContainerContextImpl
public interface PortletContainerContext
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptionvoidAttempt to start the portlet container.voidStop the portlet container.
-
Method Details
-
managedStart
void managedStart()Attempt to start the portlet container. -
managedStop
void managedStop()Stop the portlet container.
-