Class PortletFilterContextImpl
java.lang.Object
org.gatein.pc.portlet.impl.deployment.PortletFilterContextImpl
- All Implemented Interfaces:
PortletFilterContext
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAttempt to start the portlet filter.voidStop the portlet filter.
-
Constructor Details
-
PortletFilterContextImpl
public PortletFilterContextImpl()
-
-
Method Details
-
managedStart
public void managedStart()Description copied from interface:PortletFilterContextAttempt to start the portlet filter.- Specified by:
managedStartin interfacePortletFilterContext
-
managedStop
public void managedStop()Description copied from interface:PortletFilterContextStop the portlet filter.- Specified by:
managedStopin interfacePortletFilterContext
-