org.eclipse.virgo.snaps.core.internal.webapp.config
Interface ServletNameFilterMappingDefinition

All Superinterfaces:
FilterMappingDefinition

public interface ServletNameFilterMappingDefinition
extends FilterMappingDefinition

A 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 Semantics
Implementations must be thread-safe.


Method Summary
 java.lang.String getServletName()
          Returns the name of the servlet to which this mapping applies.
 
Methods inherited from interface org.eclipse.virgo.snaps.core.internal.webapp.config.FilterMappingDefinition
getFilterDispatcherTypes, getFilterName
 

Method Detail

getServletName

java.lang.String getServletName()
Returns the name of the servlet to which this mapping applies.

Returns:
the servlet's name