Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.core |
Modifier and Type | Method and Description |
---|---|
FilterDef |
Context.findFilterDef(String filterName)
Return the filter definition for the specified filter name, if any;
otherwise return
null . |
FilterDef[] |
Context.findFilterDefs()
Return the set of defined filters for this Context.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.addFilterDef(FilterDef filterDef)
Add a filter definition to this Context.
|
void |
Context.removeFilterDef(FilterDef filterDef)
Remove the specified filter definition from this Context, if it exists;
otherwise, no action is taken.
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,FilterDef> |
StandardContext.filterDefs
The set of filter definitions for this application, keyed by
filter name.
|
Modifier and Type | Method and Description |
---|---|
FilterDef |
StandardContext.findFilterDef(String filterName)
Return the filter definition for the specified filter name, if any;
otherwise return
null . |
FilterDef[] |
StandardContext.findFilterDefs()
Return the set of defined filters for this Context.
|
FilterDef |
ApplicationFilterConfig.getFilterDef()
Return the filter definition we are configured for.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardContext.addFilterDef(FilterDef filterDef)
Add a filter definition to this Context.
|
void |
StandardContext.removeFilterDef(FilterDef filterDef)
Remove the specified filter definition from this Context, if it exists;
otherwise, no action is taken.
|
Constructor and Description |
---|
ApplicationFilterConfig(Context context,
FilterDef filterDef)
Construct a new ApplicationFilterConfig for the specified filter
definition.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.