org.apache.catalina.core
public final class ApplicationFilterFactory extends Object
Version: $Revision: 1.0
| Field Summary | |
|---|---|
| static String | DISPATCHER_REQUEST_PATH_ATTR |
| static String | DISPATCHER_TYPE_ATTR |
| static int | ERROR |
| static Integer | ERROR_INTEGER |
| static int | FORWARD |
| static Integer | FORWARD_INTEGER |
| static int | INCLUDE |
| static Integer | INCLUDE_INTEGER |
| static int | REQUEST |
| static Integer | REQUEST_INTEGER |
| Method Summary | |
|---|---|
| ApplicationFilterChain | createFilterChain(ServletRequest request, Wrapper wrapper, Servlet servlet)
Construct and return a FilterChain implementation that will wrap the
execution of the specified servlet instance. |
| static ApplicationFilterFactory | getInstance()
Return the fqctory instance. |
null.
Parameters: request The servlet request we are processing servlet The servlet instance to be wrapped