|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebResourceCollectionType
A representation of the model object ' Web Resource Collection Type'. The web-resource-collectionType is used to identify the resources and HTTP methods on those resources to which a security constraint applies. If no HTTP methods are specified, then the security constraint applies to all HTTP methods. If HTTP methods are specified by http-method-omission elements, the security constraint applies to all methods except those identified in the collection. http-method-omission and http-method elements are never mixed in the same collection. Used in: security-constraint
The following features are supported:
Webapp30Package.getWebResourceCollectionType()
Method Summary | |
---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list. |
|
getHttpMethod()
Returns the value of the 'Http Method' attribute list. |
|
getHttpMethodOmission()
Returns the value of the 'Http Method Omission' attribute list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
|
getUrlPattern()
Returns the value of the 'Url Pattern' containment reference list. |
String |
getWebResourceName()
Returns the value of the 'Web Resource Name' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setWebResourceName(String value)
Sets the value of the ' Web Resource Name ' containment reference. |
Method Detail |
---|
String getWebResourceName()
setWebResourceName(org.eclipse.modisco.jee.webapp.webapp30.String)
,
Webapp30Package.getWebResourceCollectionType_WebResourceName()
void setWebResourceName(String value)
Web Resource Name
' containment reference.
value
- the new value of the 'Web Resource Name' containment reference.getWebResourceName()
getDescription()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
Webapp30Package.getWebResourceCollectionType_Description()
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.getWebResourceCollectionType_UrlPattern()
getHttpMethod()
String
.
Each http-method names an HTTP method to which the constraint applies.
Webapp30Package.getWebResourceCollectionType_HttpMethod()
getHttpMethodOmission()
String
.
Each http-method-omission names an HTTP method to which the constraint
does not apply.
Webapp30Package.getWebResourceCollectionType_HttpMethodOmission()
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.getWebResourceCollectionType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |