Package | Description |
---|---|
org.apache.catalina.connector | |
org.apache.catalina.core |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<ApplicationFilterChain> |
Request.filterChains
Filter chains associated with the request.
|
Modifier and Type | Method and Description |
---|---|
ApplicationFilterChain |
Request.getFilterChain()
Get filter chain associated with the request.
|
ApplicationFilterChain |
RequestFacade.getFilterChain()
Get filter chain associated with the request.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setFilterChain(ApplicationFilterChain filterChain)
Set filter chain associated with the request.
|
void |
RequestFacade.setFilterChain(ApplicationFilterChain filterChain)
Set filter chain associated with the request.
|
Modifier and Type | Method and Description |
---|---|
ApplicationFilterChain |
ApplicationFilterFactory.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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.