Uses of Interface
javax.portlet.filter.FilterChain

Packages that use FilterChain
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 FilterChain in javax.portlet.filter
 

Methods in javax.portlet.filter with parameters of type FilterChain
 void ActionFilter.doFilter(ActionRequest request, ActionResponse response, FilterChain chain)
          The doFilter method of the Filter is called by the portlet container each time a action request/response pair is passed through the chain due to a client request for a portlet method at the end of the chain.
 void EventFilter.doFilter(EventRequest request, EventResponse response, FilterChain chain)
          The doFilter method of the Filter is called by the portlet container each time a event request/response pair is passed through the chain due to a client request for a portlet method at the end of the chain.
 void RenderFilter.doFilter(RenderRequest request, RenderResponse response, FilterChain chain)
          The doFilter method of the Filter is called by the portlet container each time a render request/response pair is passed through the chain due to a client request for a portlet method at the end of the chain.
 void ResourceFilter.doFilter(ResourceRequest request, ResourceResponse response, FilterChain chain)
          The doFilter method of the Filter is called by the portlet container each time a resource request/response pair is passed through the chain due to a client request for a portlet method at the end of the chain.
 

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

Classes in org.apache.pluto.driver.services.container that implement FilterChain
 class FilterChainImpl
          A FilterChain is an object provided by the portlet container to the developer giving a view into the invocation chain of a filtered request for a portlet.
 



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