public final class ApplicationFilterFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DISPATCHER_REQUEST_PATH_ATTR
Deprecated.
|
static String |
DISPATCHER_TYPE_ATTR
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.apache.catalina.core.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 factory instance.
|
@Deprecated public static final String DISPATCHER_TYPE_ATTR
Globals.DISPATCHER_TYPE_ATTR
@Deprecated public static final String DISPATCHER_REQUEST_PATH_ATTR
Globals.DISPATCHER_REQUEST_PATH_ATTR
public static ApplicationFilterFactory getInstance()
public org.apache.catalina.core.ApplicationFilterChain createFilterChain(ServletRequest request, Wrapper wrapper, Servlet servlet)
null
.request
- The servlet request we are processingservlet
- The servlet instance to be wrappedCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.