|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
---|---|
void |
addHTTP(java.lang.String httpMethod)
Adds instance of HTTPMethodType |
void |
addURL(java.lang.String urlPattern)
Adds instance of URLPatternType |
java.lang.String |
getDescription()
|
EList |
getDescriptions()
Returns the value of the 'Descriptions' containment reference list. |
EList |
getHttpMethod()
Returns the value of the 'Http Method' attribute list. |
EList |
getHTTPs()
Deprecated. : Use getHttpMethod(); |
SecurityConstraint |
getSecConstraint()
|
EList |
getUrlPattern()
Returns the value of the 'Url Pattern' attribute list. |
EList |
getURLs()
|
java.lang.String |
getWebResourceName()
|
void |
setDescription(java.lang.String value)
|
void |
setSecConstraint(SecurityConstraint value)
|
void |
setWebResourceName(java.lang.String value)
|
Method Detail |
public void addHTTP(java.lang.String httpMethod)
httpMethod
- name of the httpMethod to addpublic void addURL(java.lang.String urlPattern)
urlPattern
- name of the url to addpublic java.lang.String getWebResourceName()
public void setWebResourceName(java.lang.String value)
value
- The new value of the WebResourceName attributepublic java.lang.String getDescription()
public void setDescription(java.lang.String value)
value
- The new value of the Description attributepublic EList getUrlPattern()
String
.
If the meaning of the 'Url Pattern' attribute list isn't clear, there really should be more of a description here...
WebapplicationPackage.getWebResourceCollection_UrlPattern()
public EList getHttpMethod()
HTTPMethodTypeEnum
.
The literals are from the enumeration HTTPMethodTypeEnum
.
If the meaning of the 'Http Method' attribute list isn't clear, there really should be more of a description here...
HTTPMethodTypeEnum
,
WebapplicationPackage.getWebResourceCollection_HttpMethod()
public EList getHTTPs()
public SecurityConstraint getSecConstraint()
public void setSecConstraint(SecurityConstraint value)
value
- The new value of the SecConstraint referencepublic EList getURLs()
public EList getDescriptions()
Description
.
If the meaning of the 'Descriptions' containment reference list isn't clear, there really should be more of a description here...
WebapplicationPackage.getWebResourceCollection_Descriptions()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |