Class FilterChainImpl<T extends javax.portlet.filter.PortletFilter>

java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.FilterChainImpl<T>
All Implemented Interfaces:
javax.portlet.filter.FilterChain

public class FilterChainImpl<T extends javax.portlet.filter.PortletFilter> extends Object implements javax.portlet.filter.FilterChain
  • Constructor Summary

    Constructors
    Constructor
    Description
    FilterChainImpl(List<T> filters, Class<T> phase)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doFilter(javax.portlet.ActionRequest req, javax.portlet.ActionResponse resp)
     
    void
    doFilter(javax.portlet.EventRequest req, javax.portlet.EventResponse resp)
     
    void
    doFilter(javax.portlet.PortletRequest req, javax.portlet.PortletResponse resp)
     
    void
    doFilter(javax.portlet.RenderRequest req, javax.portlet.RenderResponse resp)
     
    void
    doFilter(javax.portlet.ResourceRequest req, javax.portlet.ResourceResponse resp)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FilterChainImpl

      public FilterChainImpl(List<T> filters, Class<T> phase)
  • Method Details

    • doFilter

      public void doFilter(javax.portlet.PortletRequest req, javax.portlet.PortletResponse resp) throws IOException, javax.portlet.PortletException
      Throws:
      IOException
      javax.portlet.PortletException
    • doFilter

      public void doFilter(javax.portlet.ActionRequest req, javax.portlet.ActionResponse resp) throws IOException, javax.portlet.PortletException
      Specified by:
      doFilter in interface javax.portlet.filter.FilterChain
      Throws:
      IOException
      javax.portlet.PortletException
    • doFilter

      public void doFilter(javax.portlet.EventRequest req, javax.portlet.EventResponse resp) throws IOException, javax.portlet.PortletException
      Specified by:
      doFilter in interface javax.portlet.filter.FilterChain
      Throws:
      IOException
      javax.portlet.PortletException
    • doFilter

      public void doFilter(javax.portlet.RenderRequest req, javax.portlet.RenderResponse resp) throws IOException, javax.portlet.PortletException
      Specified by:
      doFilter in interface javax.portlet.filter.FilterChain
      Throws:
      IOException
      javax.portlet.PortletException
    • doFilter

      public void doFilter(javax.portlet.ResourceRequest req, javax.portlet.ResourceResponse resp) throws IOException, javax.portlet.PortletException
      Specified by:
      doFilter in interface javax.portlet.filter.FilterChain
      Throws:
      IOException
      javax.portlet.PortletException