public class FilterChainSimulator
extends java.lang.Object
| Constructor and Description |
|---|
FilterChainSimulator()
Constructor for the FilterChainSimulator object
|
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(ServletRequest parm1,
ServletResponse parm2)
Description of the Method
|
boolean |
doFilterCalled()
Indicates whether doFilter has been called.
|
ServletRequest |
getRequest()
Gets the request passed in as a parameter of the doFilter call.
|
ServletResponse |
getResponse()
* Gets the response passed in as a parameter of the doFilter call.
|
public FilterChainSimulator()
public void doFilter(ServletRequest parm1,
ServletResponse parm2)
throws javax.servlet.ServletException,
java.io.IOException
parm1 - The requestparm2 - The responsejavax.servlet.ServletExceptionjava.io.IOException - Description of the Exceptionpublic ServletRequest getRequest()
public ServletResponse getResponse()
public boolean doFilterCalled()
Copyright ? Deryl Seale All Rights Reserved.