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

  • All Implemented Interfaces:
    javax.portlet.filter.FilterChain

    public class FilterChainImpl<T extends javax.portlet.filter.PortletFilter>
    extends Object
    implements javax.portlet.filter.FilterChain
    Version:
    $Revision: 630 $
    Author:
    Julien Viet
    • Constructor Detail

      • FilterChainImpl

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

      • 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