| java.lang.Object servletunit.FilterChainSimulator
FilterChainSimulator | public class FilterChainSimulator implements FilterChain(Code) | | A unit testing tool for simulating a FilterChain
author: Sean Pritchard author: May 11, 2002 version: 1.0 |
FilterChainSimulator | public FilterChainSimulator()(Code) | | Constructor for the FilterChainSimulator object
|
doFilterCalled | public boolean doFilterCalled()(Code) | | Indicates whether doFilter has been called.
true if doFilter has been called |
getRequest | public ServletRequest getRequest()(Code) | | Gets the request passed in as a parameter of the doFilter call.
The request value |
getResponse | public ServletResponse getResponse()(Code) | | Gets the response passed in as a parameter of the doFilter call.
The response value |
|
|