Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.core |
Modifier and Type | Method and Description |
---|---|
FilterMap[] |
Context.findFilterMaps()
Return the set of filter mappings for this Context.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.addFilterMap(FilterMap filterMap)
Add a filter mapping to this Context.
|
void |
Context.addFilterMapBefore(FilterMap filterMap)
Add a filter mapping to this Context before current mappings.
|
void |
Context.removeFilterMap(FilterMap filterMap)
Remove a filter mapping from this Context.
|
Modifier and Type | Field and Description |
---|---|
protected FilterMap[] |
StandardContext.filterMaps
The set of filter mappings for this application, in the order
they were defined in the deployment descriptor with additional mappings
added via the
ServletContext possibly both before and after those
defined in the deployment descriptor. |
Modifier and Type | Method and Description |
---|---|
FilterMap[] |
StandardContext.findFilterMaps()
Return the set of filter mappings for this Context.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardContext.addFilterMap(FilterMap filterMap)
Add a filter mapping to this Context at the end of the current set
of filter mappings.
|
void |
StandardContext.addFilterMapBefore(FilterMap filterMap)
Add a filter mapping to this Context before the mappings defined in the
deployment descriptor but after any other mappings added via this method.
|
void |
StandardContext.removeFilterMap(FilterMap filterMap)
Remove a filter mapping from this Context.
|
protected void |
StandardContext.validateFilterMap(FilterMap filterMap)
Validate the supplied FilterMap.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.