public final class ApplicationFilterFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
org.apache.catalina.core.ApplicationFilterChain |
createFilterChain(javax.servlet.ServletRequest request,
Wrapper wrapper,
javax.servlet.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.
|
public static ApplicationFilterFactory getInstance()
public org.apache.catalina.core.ApplicationFilterChain createFilterChain(javax.servlet.ServletRequest request,
Wrapper wrapper,
javax.servlet.Servlet servlet)
null.request - The servlet request we are processingservlet - The servlet instance to be wrappedCopyright © 2019. All rights reserved.