| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_web.deployment.xml.WebResourceCollection
WebResourceCollection | public class WebResourceCollection extends AbsElement (Code) | | This class defines the implementation of the element web-resource-collection
author: Florent Benoit |
WebResourceCollection | public WebResourceCollection()(Code) | | Constructor
|
addDescription | public void addDescription(String description)(Code) | | Add a new description element to this object
Parameters: description - description |
addHttpMethod | public void addHttpMethod(String httpMethod)(Code) | | Add a new http-method element to this object
Parameters: httpMethod - http-method |
addUrlPattern | public void addUrlPattern(String urlPattern)(Code) | | Add a new url-pattern element to this object
Parameters: urlPattern - url-pattern |
getDescriptionList | public JLinkedList getDescriptionList()(Code) | | Gets the description list
the description list |
getHttpMethodList | public JLinkedList getHttpMethodList()(Code) | | Gets the http-method list
the http-method list |
getUrlPatternList | public JLinkedList getUrlPatternList()(Code) | | Gets the url-pattern list
the url-pattern list |
getWebResourceName | public String getWebResourceName()(Code) | | Gets the web-resource-name
the web resource name |
setWebResourceName | public void setWebResourceName(String webResourceName)(Code) | | Set the web-resource-name of this object
Parameters: webResourceName - name of this object |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|