Public Member Functions | |
| Web () | |
| String | getWebUri () |
| void | setWebUri (String webUri) |
| String | getContextRoot () |
| void | setContextRoot (String contextRoot) |
| String | toXML (int indent) |
Definition at line 36 of file Web.java.
|
|
Constructor |
|
|
Gets the context-root
Definition at line 76 of file Web.java. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(). |
|
|
Gets the web-uri
Definition at line 60 of file Web.java. Referenced by org.objectweb.jonas.ear.EarServiceImpl.deployEar(), and org.objectweb.jonas.ear.lib.JarList.JarList(). |
|
|
Set the context-root
|
|
|
Set the web-uri
|
|
|
Represents this element by it's XML description.
Definition at line 93 of file Web.java. Referenced by org.objectweb.jonas_ear.deployment.xml.Module.toXML(). |
1.3.9.1