public class SlingComponentFilterChain extends AbstractSlingFilterChain
SlingComponentFilterChain
implements the filter chain for
component scoped filters. It is used by the
org.apache.sling.engine.impl.SlingMainServlet#processRequest(SlingHttpServletRequest, SlingHttpServletResponse)
method to dispatch component processing.Constructor and Description |
---|
SlingComponentFilterChain(FilterHandle[] filters) |
Modifier and Type | Method and Description |
---|---|
protected void |
render(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response) |
doFilter
public SlingComponentFilterChain(FilterHandle[] filters)
protected void render(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response) throws IOException, javax.servlet.ServletException
render
in class AbstractSlingFilterChain
IOException
javax.servlet.ServletException
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.