| Package | Description |
|---|---|
| com.atlassian.plugin.servlet | |
| com.atlassian.plugin.servlet.descriptors | |
| com.atlassian.plugin.servlet.filter |
| Modifier and Type | Method and Description |
|---|---|
Iterable<javax.servlet.Filter> |
DefaultServletModuleManager.getFilters(FilterLocation location,
String path,
javax.servlet.FilterConfig filterConfig,
FilterDispatcherCondition condition) |
Iterable<javax.servlet.Filter> |
ServletModuleManager.getFilters(FilterLocation location,
String pathInfo,
javax.servlet.FilterConfig filterConfig,
FilterDispatcherCondition condition)
Returns the filters that have been registered to filter requests at the specified path matching the location
in the filter stack and registered for the specific dispatcher condition.
|
| Modifier and Type | Method and Description |
|---|---|
Set<FilterDispatcherCondition> |
ServletFilterModuleDescriptor.getDispatcherConditions()
Returns a set of dispatcher conditions that have been set for this filter, these conditions
will be one of the following:
REQUEST, FORWARD, INCLUDE or ERROR. |
| Modifier and Type | Method and Description |
|---|---|
static FilterDispatcherCondition |
FilterDispatcherCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterDispatcherCondition[] |
FilterDispatcherCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 Atlassian. All rights reserved.