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

All Known Subinterfaces:
FilterDefinition, ServletDefinition

public interface WebComponentDefinition

A base interface for web.xml filter and servlet definitions.

Concurrent Semantics
Implementations must be thread-safe.

See Also:
ServletDefinition, FilterDefinition

Method Summary
 java.util.Map<java.lang.String,java.lang.String> getInitParameters()
          Returns a map of the init parameters associated with this web component definition
 

Method Detail

getInitParameters

java.util.Map<java.lang.String,java.lang.String> getInitParameters()
Returns a map of the init parameters associated with this web component definition

Returns:
the definition's init parameters