public interface ServletNameFilterMappingDefinition extends FilterMappingDefinition
ServletNameFilterMappingDefinition
represents a web.xml <filter-mapping>
entry,
which contains a <servlet-name
element, and therefore maps the referenced filter to a particular
servlet.
Concurrent SemanticsModifier and Type | Method and Description |
---|---|
java.lang.String |
getServletName()
Returns the name of the servlet to which this mapping applies.
|
getFilterDispatcherTypes, getFilterName