org.apache.felix.http.base.internal.dispatch
Class NotFoundFilterChain

java.lang.Object
  extended by org.apache.felix.http.base.internal.dispatch.HttpFilterChain
      extended by org.apache.felix.http.base.internal.dispatch.NotFoundFilterChain
All Implemented Interfaces:
javax.servlet.FilterChain

public final class NotFoundFilterChain
extends HttpFilterChain


Constructor Summary
NotFoundFilterChain()
           
 
Method Summary
protected  void doFilter(HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class org.apache.felix.http.base.internal.dispatch.HttpFilterChain
doFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotFoundFilterChain

public NotFoundFilterChain()
Method Detail

doFilter

protected void doFilter(HttpServletRequest req,
                        HttpServletResponse res)
                 throws IOException,
                        ServletException
Specified by:
doFilter in class HttpFilterChain
Throws:
IOException
ServletException


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.