org.apache.sling.engine.impl.filter
Class SlingComponentFilterChain

java.lang.Object
  extended by org.apache.sling.engine.impl.filter.AbstractSlingFilterChain
      extended by 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.


Constructor Summary
SlingComponentFilterChain(javax.servlet.Filter[] filters)
           
 
Method Summary
protected  void render(SlingHttpServletRequest request, SlingHttpServletResponse response)
           
 
Methods inherited from class org.apache.sling.engine.impl.filter.AbstractSlingFilterChain
doFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlingComponentFilterChain

public SlingComponentFilterChain(javax.servlet.Filter[] filters)
Method Detail

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.