public interface FilterMappingType
The following features are supported:
Webapp25Package.getFilterMappingType()| Modifier and Type | Method and Description |
|---|---|
|
getDispatcher()
Returns the value of the 'Dispatcher' containment reference list.
|
FilterNameType |
getFilterName()
Returns the value of the 'Filter Name' containment reference.
|
FeatureMap |
getGroup()
Returns the value of the 'Group' attribute list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
|
getServletName()
Returns the value of the 'Servlet Name' containment reference list.
|
|
getUrlPattern()
Returns the value of the 'Url Pattern' containment reference list.
|
void |
setFilterName(FilterNameType value)
Sets the value of the '
Filter Name' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
FilterNameType getFilterName()
If the meaning of the 'Filter Name' containment reference isn't clear, there really should be more of a description here...
setFilterName(FilterNameType),
Webapp25Package.getFilterMappingType_FilterName()void setFilterName(FilterNameType value)
Filter Name' containment reference.
value - the new value of the 'Filter Name' containment reference.getFilterName()FeatureMap getGroup()
org.eclipse.emf.ecore.util.FeatureMap.Entry.
If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...
Webapp25Package.getFilterMappingType_Group()getUrlPattern()
UrlPatternType.
If the meaning of the 'Url Pattern' containment reference list isn't clear, there really should be more of a description here...
Webapp25Package.getFilterMappingType_UrlPattern()getServletName()
ServletNameType.
If the meaning of the 'Servlet Name' containment reference list isn't clear, there really should be more of a description here...
Webapp25Package.getFilterMappingType_ServletName()getDispatcher()
DispatcherType.
If the meaning of the 'Dispatcher' containment reference list isn't clear, there really should be more of a description here...
Webapp25Package.getFilterMappingType_Dispatcher()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp25Package.getFilterMappingType_Id()