Package org.gatein.pc.portlet.container
Interface PortletContainerContext
- All Known Implementing Classes:
PortletContainerContextImpl
public interface PortletContainerContext
-
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.
-