|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterMappingDefinition
A FilterMappingDefinition
represents the common portions of a web.xml <filter-mapping>
entry.
UrlPatternFilterMappingDefinition
,
ServletNameFilterMappingDefinition
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |