|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterServicer
Servicer for a Filter.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||