public interface ServletMappingType
The following features are supported:
Webapp30Package.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.
|
|
getUrlPattern()
Returns the value of the 'Url Pattern' containment reference list.
|
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. |
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),
Webapp30Package.getServletMappingType_ServletName()void setServletName(ServletNameType value)
Servlet Name' containment reference.
value - the new value of the 'Servlet Name' containment reference.getServletName()getUrlPattern()
UrlPatternType.
If the meaning of the 'Url Pattern' containment reference list isn't clear, there really should be more of a description here...
Webapp30Package.getServletMappingType_UrlPattern()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),
Webapp30Package.getServletMappingType_Id()