Package org.eclipse.virgo.snaps.core.internal.webapp.config

Interface Summary
FilterDefinition A FilterDefinition instance represents a web.xml <filter> entry.
FilterMappingDefinition A FilterMappingDefinition represents the common portions of a web.xml <filter-mapping> entry.
ServletDefinition  
ServletMappingDefinition  
ServletNameFilterMappingDefinition 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.
UrlPatternFilterMappingDefinition 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.
WebComponentDefinition A base interface for web.xml filter and servlet definitions.
WebXml  
WebXmlValidator TODO Document WebXmlValidator

Concurrent Semantics
TODO Document concurrent semantics of WebXmlValidator

 

Class Summary
BundleWebXmlLoader  
 

Enum Summary
FilterDispatcherType TODO Document FilterDispatcherType

Concurrent Semantics
TODO Document concurrent semantics of FilterDispatcherType

 

Exception Summary
WebXmlParseException  
WebXmlValidationException TODO Document WebXmlValidationException

Concurrent Semantics
TODO Document concurrent semantics of WebXmlValidationException