|
|||||||||
| 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_ear.deployment.xml.Web
public class Web
This class defines the implementation of the element web
| Constructor Summary | |
|---|---|
Web()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getContextRoot()
Gets the context-root |
java.lang.String |
getWebUri()
Gets the web-uri |
void |
setContextRoot(java.lang.String contextRoot)
Set the context-root |
void |
setWebUri(java.lang.String webUri)
Set the web-uri |
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 Web()
| Method Detail |
|---|
public java.lang.String getWebUri()
public void setWebUri(java.lang.String webUri)
webUri - webUripublic java.lang.String getContextRoot()
public void setContextRoot(java.lang.String contextRoot)
contextRoot - contextRootpublic 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 | ||||||||