public interface ServletMappingType
The following features are supported:
Webapp23Package.getServletMappingType()| Modifier and Type | Method and Description |
|---|---|
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 |
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. |
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),
Webapp23Package.getServletMappingType_ServletName()void setServletName(ServletNameType value)
Servlet Name' containment reference.
value - the new value of the 'Servlet Name' containment reference.getServletName()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),
Webapp23Package.getServletMappingType_UrlPattern()void setUrlPattern(UrlPatternType value)
Url Pattern' containment reference.
value - the new value of the 'Url Pattern' containment reference.getUrlPattern()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),
Webapp23Package.getServletMappingType_Id()