org.apache.sling.engine.impl.filter
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
The 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlingComponentFilterChain
public SlingComponentFilterChain(javax.servlet.Filter[] filters)
render
protected void render(SlingHttpServletRequest request,
SlingHttpServletResponse response)
throws IOException,
javax.servlet.ServletException
- Specified by:
render
in class AbstractSlingFilterChain
- Throws:
IOException
javax.servlet.ServletException
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.