|
||||||||||
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 a subset of the resources and HTTP methods on those resources within a web application to which a security constraint applies. If no HTTP methods are specified, then the security constraint applies to all HTTP methods. Used in: security-constraint
The following features are supported:
Webapp25Package.getWebResourceCollectionType()
Method Summary | |
---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list. |
|
getHttpMethod()
Returns the value of the 'Http Method' 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.webapp25.String)
,
Webapp25Package.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...
Webapp25Package.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...
Webapp25Package.getWebResourceCollectionType_UrlPattern()
getHttpMethod()
String
.
If the meaning of the 'Http Method' attribute list isn't clear, there really should be more of a description here...
Webapp25Package.getWebResourceCollectionType_HttpMethod()
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)
,
Webapp25Package.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 |