Class PortletFilterContextImpl
- java.lang.Object
-
- org.gatein.pc.portlet.impl.deployment.PortletFilterContextImpl
-
- All Implemented Interfaces:
PortletFilterContext
public class PortletFilterContextImpl extends Object implements PortletFilterContext
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description PortletFilterContextImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmanagedStart()Attempt to start the portlet filter.voidmanagedStop()Stop the portlet filter.
-
-
-
Method Detail
-
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
-
-