org.jboss.portal.portlet.mc
Class PortletFilterContextImpl

java.lang.Object
  extended by org.jboss.portal.portlet.mc.PortletFilterContextImpl
All Implemented Interfaces:
PortletFilterContext

public class PortletFilterContextImpl
extends java.lang.Object
implements PortletFilterContext

Version:
$Revision: 630 $
Author:
Julien Viet

Constructor Summary
PortletFilterContextImpl()
           
 
Method Summary
 void managedStart()
          Attempt to start the portlet filter.
 void managedStop()
          Stop the portlet filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletFilterContextImpl

public PortletFilterContextImpl()
Method Detail

managedStart

public void managedStart()
Description copied from interface: PortletFilterContext
Attempt to start the portlet filter.

Specified by:
managedStart in interface PortletFilterContext

managedStop

public void managedStop()
Description copied from interface: PortletFilterContext
Stop the portlet filter.

Specified by:
managedStop in interface PortletFilterContext


Copyright © 2008. All Rights Reserved.