Uses of Class
org.objectweb.jonas_web.deployment.api.WebContainerDeploymentDesc

Packages that use WebContainerDeploymentDesc
org.objectweb.jonas_web.deployment.lib   
org.objectweb.jonas_web.deployment.lib.wrapper   
org.objectweb.jonas_ws.deployment.api   
org.objectweb.jonas.web.lib   
 

Uses of WebContainerDeploymentDesc in org.objectweb.jonas_web.deployment.lib
 

Methods in org.objectweb.jonas_web.deployment.lib that return WebContainerDeploymentDesc
static WebContainerDeploymentDesc WebDeploymentDescManager.getDeploymentDesc(String filename, ClassLoader loader)
          Get the specified web deployment descriptor.
 WebContainerDeploymentDesc WebDeploymentDescManager.getDeploymentDesc(URL url, ClassLoader loaderForCls, ClassLoader earLoader)
          Get the specified web deployment descriptor.
static WebContainerDeploymentDesc WebDeploymentDescManager.getInstance(String warFileName, ClassLoader classLoaderForCls)
          Get an instance of a WEB deployment descriptor by parsing the web.xml and jonas-web.xml deployment descriptors.
static WebContainerDeploymentDesc WebDeploymentDescManager.getInstance(String warFileName, ClassLoader classLoaderForCls, String altWebXmlFilename)
          Get an instance of a WEB deployment descriptor by parsing the web.xml and jonas-web.xml deployment descriptors.
 

Uses of WebContainerDeploymentDesc in org.objectweb.jonas_web.deployment.lib.wrapper
 

Methods in org.objectweb.jonas_web.deployment.lib.wrapper that return WebContainerDeploymentDesc
static WebContainerDeploymentDesc WebManagerWrapper.getDeploymentDesc(String warName, ClassLoader cl)
          Wrap the WebDeploymentDescManager.getDeploymentDesc() call.
static WebContainerDeploymentDesc WebManagerWrapper.getDeploymentDesc(URL url, ClassLoader moduleCL, ClassLoader earCL)
          Wrap the WebDeploymentDescManager.getInstance().getDeploymentDesc() call.
 

Uses of WebContainerDeploymentDesc in org.objectweb.jonas_ws.deployment.api
 

Methods in org.objectweb.jonas_ws.deployment.api that return WebContainerDeploymentDesc
 WebContainerDeploymentDesc JaxRpcPortComponentDesc.getWebDesc()
          Returns the WebContainerDeploymentDesc object linked with this portComponentDesc
 

Methods in org.objectweb.jonas_ws.deployment.api with parameters of type WebContainerDeploymentDesc
 void JaxRpcPortComponentDesc.setWebDesc(WebContainerDeploymentDesc web)
          Set the webDesc for this endpoint.
 

Uses of WebContainerDeploymentDesc in org.objectweb.jonas.web.lib
 

Constructors in org.objectweb.jonas.web.lib with parameters of type WebContainerDeploymentDesc
PermissionManager(WebContainerDeploymentDesc webContainerDeploymentDesc, String contextId, boolean remove)
          Default Constructor
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.