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.
|
Method Summary |
protected void |
render(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response)
|
| 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(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
render in class AbstractSlingFilterChain
- Throws:
java.io.IOException
javax.servlet.ServletException
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.