|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebResourceCollection
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()
|
org.eclipse.emf.common.util.EList |
getDescriptions()
Returns the value of the 'Descriptions' containment reference list. |
org.eclipse.emf.common.util.EList |
getHttpMethod()
Returns the value of the 'Http Method' attribute list. |
org.eclipse.emf.common.util.EList |
getHTTPs()
Deprecated. : Use getHttpMethod(); |
SecurityConstraint |
getSecConstraint()
|
org.eclipse.emf.common.util.EList |
getUrlPattern()
Returns the value of the 'Url Pattern' attribute list. |
org.eclipse.emf.common.util.EList |
getURLs()
|
java.lang.String |
getWebResourceName()
|
void |
setDescription(java.lang.String value)
|
void |
setSecConstraint(SecurityConstraint value)
|
void |
setWebResourceName(java.lang.String value)
|
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
void addHTTP(java.lang.String httpMethod)
httpMethod
- name of the httpMethod to addvoid addURL(java.lang.String urlPattern)
urlPattern
- name of the url to addjava.lang.String getWebResourceName()
void setWebResourceName(java.lang.String value)
value
- The new value of the WebResourceName attributejava.lang.String getDescription()
void setDescription(java.lang.String value)
value
- The new value of the Description attributeorg.eclipse.emf.common.util.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()
org.eclipse.emf.common.util.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()
org.eclipse.emf.common.util.EList getHTTPs()
SecurityConstraint getSecConstraint()
void setSecConstraint(SecurityConstraint value)
value
- The new value of the SecConstraint referenceorg.eclipse.emf.common.util.EList getURLs()
org.eclipse.emf.common.util.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 |