Uses of Interface
javax.portlet.filter.FilterConfig

Packages that use FilterConfig
javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. 
org.apache.pluto.driver.services.container   
 

Uses of FilterConfig in javax.portlet.filter
 

Methods in javax.portlet.filter with parameters of type FilterConfig
 void PortletFilter.init(FilterConfig filterConfig)
          Called by the portlet container to indicate to a filter that it is being placed into service.
 

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

Classes in org.apache.pluto.driver.services.container that implement FilterConfig
 class FilterConfigImpl
           
 



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