Class AbstractSlingFilterChain

    • Constructor Detail

      • AbstractSlingFilterChain

        protected AbstractSlingFilterChain​(FilterHandle[] filters)
    • Method Detail

      • doFilter

        public void doFilter​(javax.servlet.ServletRequest request,
                             javax.servlet.ServletResponse response)
                      throws javax.servlet.ServletException,
                             IOException
        Specified by:
        doFilter in interface javax.servlet.FilterChain
        Throws:
        javax.servlet.ServletException
        IOException
      • render

        protected abstract void render​(org.apache.sling.api.SlingHttpServletRequest request,
                                       org.apache.sling.api.SlingHttpServletResponse response)
                                throws IOException,
                                       javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException