| Package | Description |
|---|---|
| com.sun.enterprise.web.deploy | |
| org.apache.catalina | |
| org.apache.catalina.core |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterDefDecorator
Decorator of class
org.apache.catalina.deploy.FilterDef |
| 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 FilterDef |
FilterRegistrationImpl.filterDef |
| 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 |
FilterRegistrationImpl.getFilterDefinition()
Gets a representation of the filter, as it would be in the
<filter> |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardContext.addFilterDef(FilterDef filterDef)
Add a filter definition to this Context.
|
void |
StandardContext.addFilterDef(FilterDef filterDef,
boolean isProgrammatic,
boolean createRegistration)
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 |
|---|
DynamicFilterRegistrationImpl(FilterDef filterDef,
StandardContext ctx)
Constructor
|
Copyright © 2019. All rights reserved.