public final class ApplicationFilterFactory extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | DISPATCHER_REQUEST_PATH_ATTRDeprecated. 
 | 
| static String | DISPATCHER_TYPE_ATTRDeprecated. 
 | 
| 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() | 
@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_ATTRpublic static ApplicationFilterFactory getInstance()
public org.apache.catalina.core.ApplicationFilterChain createFilterChain(ServletRequest request, Wrapper wrapper, Servlet servlet)
null.request - The servlet request we are processingwrapper - The wrapper managing the servlet instanceservlet - The servlet instance to be wrappedCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.