public interface FilterMappingType
The following features are supported:
Webapp24Package.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.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
ServletNameType |
getServletName()
Returns the value of the 'Servlet Name' containment reference.
|
UrlPatternType |
getUrlPattern()
Returns the value of the 'Url Pattern' containment reference.
|
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. |
void |
setServletName(ServletNameType value)
Sets the value of the '
Servlet Name' containment reference. |
void |
setUrlPattern(UrlPatternType value)
Sets the value of the '
Url Pattern' containment reference. |
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),
Webapp24Package.getFilterMappingType_FilterName()void setFilterName(FilterNameType value)
Filter Name' containment reference.
value - the new value of the 'Filter Name' containment reference.getFilterName()UrlPatternType getUrlPattern()
If the meaning of the 'Url Pattern' containment reference isn't clear, there really should be more of a description here...
setUrlPattern(UrlPatternType),
Webapp24Package.getFilterMappingType_UrlPattern()void setUrlPattern(UrlPatternType value)
Url Pattern' containment reference.
value - the new value of the 'Url Pattern' containment reference.getUrlPattern()ServletNameType getServletName()
If the meaning of the 'Servlet Name' containment reference isn't clear, there really should be more of a description here...
setServletName(ServletNameType),
Webapp24Package.getFilterMappingType_ServletName()void setServletName(ServletNameType value)
Servlet Name' containment reference.
value - the new value of the 'Servlet Name' containment reference.getServletName()getDispatcher()
DispatcherType.
If the meaning of the 'Dispatcher' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.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),
Webapp24Package.getFilterMappingType_Id()