|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_web.deployment.xml.WebResourceCollection
This class defines the implementation of the element web-resource-collection
| Constructor Summary | |
WebResourceCollection()
Constructor |
|
| Method Summary | |
void |
addDescription(java.lang.String description)
Add a new description element to this object |
void |
addHttpMethod(java.lang.String httpMethod)
Add a new http-method element to this object |
void |
addUrlPattern(java.lang.String urlPattern)
Add a new url-pattern element to this object |
JLinkedList |
getDescriptionList()
Gets the description list |
JLinkedList |
getHttpMethodList()
Gets the http-method list |
JLinkedList |
getUrlPatternList()
Gets the url-pattern list |
java.lang.String |
getWebResourceName()
Gets the web-resource-name |
void |
setWebResourceName(java.lang.String webResourceName)
Set the web-resource-name of this object |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WebResourceCollection()
| Method Detail |
public void setWebResourceName(java.lang.String webResourceName)
webResourceName - name of this objectpublic void addDescription(java.lang.String description)
description - descriptionpublic void addUrlPattern(java.lang.String urlPattern)
urlPattern - url-patternpublic void addHttpMethod(java.lang.String httpMethod)
httpMethod - http-methodpublic java.lang.String getWebResourceName()
public JLinkedList getDescriptionList()
public JLinkedList getUrlPatternList()
public JLinkedList getHttpMethodList()
public java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||