Package | Description |
---|---|
com.caucho.resin | |
com.caucho.server.dispatch | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
protected void |
FilterEmbed.configure(FilterConfigImpl filterConfig) |
Modifier and Type | Class and Description |
---|---|
class |
FilterMapping
Configuration for a filter.
|
Modifier and Type | Method and Description |
---|---|
FilterConfigImpl |
FilterManager.getFilter(java.lang.String filterName)
Adds a filter to the filter manager.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,FilterConfigImpl> |
FilterManager.getFilters() |
Modifier and Type | Method and Description |
---|---|
void |
FilterManager.addFilter(FilterConfigImpl config)
Adds a filter to the filter manager.
|
Modifier and Type | Method and Description |
---|---|
void |
WebApp.addFilter(FilterConfigImpl config)
Adds a filter configuration.
|