public interface FilterMappingDefinition
FilterMappingDefinition
represents the common portions of a web.xml <filter-mapping>
entry.
Concurrent SemanticsModifier and Type | Method and Description |
---|---|
java.util.Set<FilterDispatcherType> |
getFilterDispatcherTypes()
Returns the
Set of dispatcher types for which the mapped filter
is enabled per the <dispatcher> elements in the definition's
configuration. |
java.lang.String |
getFilterName()
Returns the name of the filter referenced in this filter mapping.
|
java.lang.String getFilterName()
java.util.Set<FilterDispatcherType> getFilterDispatcherTypes()
Set
of dispatcher types for which the mapped filter
is enabled per the <dispatcher> elements in the definition's
configuration.