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