public final class ApplicationFilterFactory extends Object
Modifier and Type | Field and Description |
---|---|
static Integer |
ASYNC_INTEGER |
static String |
DISPATCHER_REQUEST_PATH_ATTR |
static String |
DISPATCHER_TYPE_ATTR |
static Integer |
ERROR_INTEGER |
static Integer |
FORWARD_INTEGER |
static Integer |
INCLUDE_INTEGER |
static Integer |
REQUEST_INTEGER |
Modifier and Type | Method and Description |
---|---|
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 fqctory instance.
|
public static final Integer ERROR_INTEGER
public static final Integer FORWARD_INTEGER
public static final Integer INCLUDE_INTEGER
public static final Integer REQUEST_INTEGER
public static final Integer ASYNC_INTEGER
public static final String DISPATCHER_TYPE_ATTR
public static final String DISPATCHER_REQUEST_PATH_ATTR
public static ApplicationFilterFactory getInstance()
public ApplicationFilterChain createFilterChain(javax.servlet.ServletRequest request, Wrapper wrapper, javax.servlet.Servlet servlet)
null
.request
- The servlet request we are processingwrapper
- The servlet instance to be wrappedCopyright © 2014 JBoss by Red Hat. All rights reserved.