public final class ApplicationFilterFactory extends Object
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.
|
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-2014 Apache Software Foundation. All Rights Reserved.