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