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

All Superinterfaces:
FilterMappingDefinition

public interface UrlPatternFilterMappingDefinition
extends FilterMappingDefinition

A UrlPatternFilterMappingDefinition represents a web.xml <filter-mapping> entry which contains a <url-pattern element, and therefore maps the referenced filter to a particular URL pattern.

Concurrent Semantics
Implementations must be thread-safe.


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

Method Detail

getUrlPattern

java.lang.String getUrlPattern()
Returns the URL pattern to which this mapping applies.

Returns:
the URL pattern