Class SlingComponentFilterChain
- java.lang.Object
-
- org.apache.sling.engine.impl.filter.AbstractSlingFilterChain
-
- org.apache.sling.engine.impl.filter.SlingComponentFilterChain
-
- All Implemented Interfaces:
javax.servlet.FilterChain
public class SlingComponentFilterChain extends AbstractSlingFilterChain
TheSlingComponentFilterChain
implements the filter chain for component scoped filters. It is used by theSlingMainServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
method to dispatch component processing.
-
-
Constructor Summary
Constructors Constructor Description SlingComponentFilterChain(FilterHandle[] filters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
render(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)
-
Methods inherited from class org.apache.sling.engine.impl.filter.AbstractSlingFilterChain
doFilter
-
-
-
-
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 classAbstractSlingFilterChain
- Throws:
IOException
javax.servlet.ServletException
-
-