Static Public Member Functions | |
| WebContainerDeploymentDesc | getDeploymentDesc (URL url, ClassLoader moduleCL, ClassLoader earCL) throws WebContainerDeploymentDescException |
| void | setAltDD (URLClassLoader earClassLoader, URL[] warUrls, URL[] warsAltDDs) |
| void | setParsingWithValidation (boolean b) |
| void | removeCache (ClassLoader classLoader) |
| WebContainerDeploymentDesc | getDeploymentDesc (String warName, ClassLoader cl) throws WebContainerDeploymentDescException |
Definition at line 47 of file WebManagerWrapper.java.
|
||||||||||||
|
Wrap the WebDeploymentDescManager.getDeploymentDesc() call.
Definition at line 176 of file WebManagerWrapper.java. References org.objectweb.jonas.server.LoaderManager.getInstance(), and org.objectweb.jonas.server.LoaderManager.getToolsLoader(). |
Here is the call graph for this function:

|
||||||||||||||||
|
Wrap the WebDeploymentDescManager.getInstance().getDeploymentDesc() call.
Definition at line 75 of file WebManagerWrapper.java. References org.objectweb.jonas.server.LoaderManager.getToolsLoader(). |
Here is the call graph for this function:

|
|
Wrap the WebDeploymentDescManager.getInstance().removeCache() call.
Definition at line 150 of file WebManagerWrapper.java. References org.objectweb.jonas.server.LoaderManager.getInstance(), and org.objectweb.jonas.server.LoaderManager.getToolsLoader(). |
Here is the call graph for this function:

|
||||||||||||||||
|
Wrap the WebDeploymentDescManager.getInstance().setAltDD() call.
Definition at line 110 of file WebManagerWrapper.java. References org.objectweb.jonas.server.LoaderManager.getToolsLoader(). |
Here is the call graph for this function:

|
|
Wrap the WebDeploymentDescManager.setParsingWithValidation() call.
Definition at line 131 of file WebManagerWrapper.java. References org.objectweb.jonas.server.LoaderManager.getInstance(), and org.objectweb.jonas.server.LoaderManager.getToolsLoader(). |
Here is the call graph for this function:

1.3.9.1