public class SlingComponentFilterChain extends AbstractSlingFilterChain
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 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) |
doFilterpublic 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 AbstractSlingFilterChainIOExceptionjavax.servlet.ServletExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.