public final class ApplicationFilterFactory
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static ApplicationFilterChain |
createFilterChain(ServletRequest request,
Wrapper wrapper,
Servlet servlet) |
Construct a FilterChain implementation that will wrap the execution of
the specified servlet instance.
|
public static ApplicationFilterChain createFilterChain(ServletRequest request, Wrapper wrapper, Servlet servlet)
request
- The servlet request we are processingwrapper
- The wrapper managing the servlet instanceservlet
- The servlet instance to be wrappedCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.