org.appfuse.webapp.filter
Class MockFilterChain

java.lang.Object
  extended by org.appfuse.webapp.filter.MockFilterChain
All Implemented Interfaces:
FilterChain

public class MockFilterChain
extends Object
implements FilterChain

Borrowed from the Display Tag project: http://displaytag.sourceforge.net/xref-test/org/displaytag/filter/MockFilterSupport.html


Constructor Summary
MockFilterChain()
           
 
Method Summary
 void doFilter(ServletRequest request, ServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockFilterChain

public MockFilterChain()
Method Detail

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface FilterChain
Throws:
IOException
ServletException


Copyright � 2002-2006