public class RequestSlingFilterChain extends AbstractSlingFilterChain
RequestSlingFilterChain
implements the filter chain for
request scoped filters. It is used by the
SlingMainServlet#service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method to dispatch request processing.Constructor and Description |
---|
RequestSlingFilterChain(SlingRequestProcessorImpl handler,
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 RequestSlingFilterChain(SlingRequestProcessorImpl handler, FilterHandle[] filters)
protected void render(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response) throws javax.servlet.ServletException, IOException
render
in class AbstractSlingFilterChain
javax.servlet.ServletException
IOException
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.