Uses of Interface
org.apache.pluto.spi.FilterManager

Packages that use FilterManager
org.apache.pluto.driver.services.container   
org.apache.pluto.spi   
 

Uses of FilterManager in org.apache.pluto.driver.services.container
 

Classes in org.apache.pluto.driver.services.container that implement FilterManager
 class FilterManagerImpl
          Manage the initialization and doFilter FilterChainImpl for the filter which are declareted in the deployment descriptor.
 

Methods in org.apache.pluto.driver.services.container that return FilterManager
static FilterManager FilterManagerImpl.getFilterManager()
           
 FilterManager PortalCallbackServiceImpl.getFilterManager()
          Returns the FilterManager, this is used to process the filter.
 

Uses of FilterManager in org.apache.pluto.spi
 

Methods in org.apache.pluto.spi that return FilterManager
 FilterManager PortalCallbackService.getFilterManager()
          Returns the FilterManager, this is used to process the filter.
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.