| Package | Description |
|---|---|
| com.sun.enterprise.web | |
| org.apache.catalina | |
| org.apache.catalina.core |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextFacade.addFilterMap(FilterMap filterMap,
boolean isMatchAfter) |
| Modifier and Type | Method and Description |
|---|---|
List<FilterMap> |
Context.findFilterMaps()
Gets the (possibly empty) list of filter mappings for this Context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.addFilterMap(FilterMap filterMap)
Add a filter mapping to this Context.
|
| Modifier and Type | Method and Description |
|---|---|
List<FilterMap> |
StandardContext.findFilterMaps()
Return the list of filter mappings for this Context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardContext.addFilterMap(FilterMap filterMap)
Add a filter mapping to this Context.
|
void |
StandardContext.addFilterMap(FilterMap filterMap,
boolean isMatchAfter)
Add a filter mapping to this Context.
|
Copyright © 2017. All rights reserved.