Inheritance diagram for org.objectweb.jonas.web.WarMBean:

Public Member Functions | |
| boolean | isInEarCase () |
Package Functions | |
| URL | getWarURL () |
| URL | getEarURL () |
| String | getHostName () |
| String | getContextRoot () |
| boolean | getJava2DelegationModel () |
| String | getXmlContent () |
| String | getJOnASXmlContent () |
| String[] | getServletsName () |
Definition at line 35 of file WarMBean.java.
|
|
Get the context root of this war.
Implemented in org.objectweb.jonas.web.War. |
|
|
Get the URL of the ear containing this war.
Implemented in org.objectweb.jonas.web.War. |
|
|
Get the name of the host on which this war is deployed.
Implemented in org.objectweb.jonas.web.War. |
|
|
Context classloader must follow the java2 delegation model ?
Implemented in org.objectweb.jonas.web.War. |
|
|
Return the jonas-specific xml file
Implemented in org.objectweb.jonas.web.War. |
|
|
Return a list of all servlets available
Implemented in org.objectweb.jonas.web.War. |
|
|
Get the URL of the war file.
Implemented in org.objectweb.jonas.web.War. |
|
|
Return the standard xml file
Implemented in org.objectweb.jonas.web.War. |
|
|
Return true if only if this war is in an ear file.
Implemented in org.objectweb.jonas.web.War. |
1.3.9.1