net.officefloor.plugin.servlet.filter
Interface FilterServicer

All Known Implementing Classes:
FilterServicerImpl

public interface FilterServicer

Servicer for a Filter.

Author:
Daniel Sagenschneider

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

getFilterMapping

String getFilterMapping()
Obtains the URL pattern matching path to the Filter Container.

Returns:
URL pattern. May be null if being matched on getServletName().

getServletName

String getServletName()
Obtains the name of HttpServlet to apply the Filter.

Returns:
Name of HttpServlet. May be null if being matched on getFilterMapping().

getMappingTypes

MappingType[] getMappingTypes()
Obtains the MappingType instances on which this FilterServicer is applicable.

Returns:
MappingType instances.

getFilterContainerFactory

FilterContainerFactory getFilterContainerFactory()
Obtains the FilterContainerFactory.

Returns:
FilterContainerFactory.


Copyright © 2005-2012. All Rights Reserved.