Class SlingComponentFilterChain

  • All Implemented Interfaces:
    javax.servlet.FilterChain

    public class SlingComponentFilterChain
    extends AbstractSlingFilterChain
    The SlingComponentFilterChain implements the filter chain for component scoped filters. It is used by the SlingMainServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse) method to dispatch component processing.
    • Constructor Detail

      • SlingComponentFilterChain

        public SlingComponentFilterChain​(FilterHandle[] filters)
    • Method Detail

      • render

        protected void render​(org.apache.sling.api.SlingHttpServletRequest request,
                              org.apache.sling.api.SlingHttpServletResponse response)
                       throws IOException,
                              javax.servlet.ServletException
        Specified by:
        render in class AbstractSlingFilterChain
        Throws:
        IOException
        javax.servlet.ServletException