public interface FilterServicer
Filter.| Modifier and Type | Method and Description |
|---|---|
FilterContainerFactory |
getFilterContainerFactory()
Obtains the
FilterContainerFactory. |
String |
getFilterMapping()
Obtains the URL pattern matching path to the
Filter Container. |
MappingType[] |
getMappingTypes()
Obtains the
MappingType instances on which this
FilterServicer is applicable. |
String |
getServletName()
Obtains the name of
HttpServlet to apply the Filter. |
String getFilterMapping()
Filter Container.null if being matched on
getServletName().String getServletName()
HttpServlet to apply the Filter.HttpServlet. May be null if being
matched on getFilterMapping().MappingType[] getMappingTypes()
MappingType instances on which this
FilterServicer is applicable.MappingType instances.FilterContainerFactory getFilterContainerFactory()
FilterContainerFactory.FilterContainerFactory.Copyright © 2005–2015. All rights reserved.