Uses of Class
org.ow2.jonas.deployment.web.WebContainerDeploymentDesc

Packages that use WebContainerDeploymentDesc
org.ow2.jonas.deployment.web.lib   
org.ow2.jonas.deployment.web.wrapper   
org.ow2.jonas.deployment.ws   
org.ow2.jonas.web.base   
org.ow2.jonas.web.base.lib   
org.ow2.jonas.web.tomcat6   
org.ow2.jonas.web.tomcat6.ws.security   
 

Uses of WebContainerDeploymentDesc in org.ow2.jonas.deployment.web.lib
 

Methods in org.ow2.jonas.deployment.web.lib that return WebContainerDeploymentDesc
static WebContainerDeploymentDesc WebDeploymentDescManager.getDeploymentDesc(String filename, ClassLoader loader)
          Get the specified web deployment descriptor.
 WebContainerDeploymentDesc WebDeploymentDescManager.getDeploymentDesc(URL originalWarURL, ClassLoader loaderForCls, ClassLoader earLoader)
          Get the specified web deployment descriptor.
 WebContainerDeploymentDesc WebDeploymentDescManager.getDeploymentDesc(URL unpackedWarURL, URL originalWarURL, 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.ow2.jonas.deployment.web.wrapper
 

Methods in org.ow2.jonas.deployment.web.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.ow2.jonas.deployment.ws
 

Methods in org.ow2.jonas.deployment.ws that return WebContainerDeploymentDesc
 WebContainerDeploymentDesc JaxRpcPortComponentDesc.getWebDesc()
          Returns the WebContainerDeploymentDesc object linked with this portComponentDesc
 

Methods in org.ow2.jonas.deployment.ws with parameters of type WebContainerDeploymentDesc
 void JaxRpcPortComponentDesc.setWebDesc(WebContainerDeploymentDesc web)
          Set the webDesc for this endpoint.
 

Uses of WebContainerDeploymentDesc in org.ow2.jonas.web.base
 

Methods in org.ow2.jonas.web.base with parameters of type WebContainerDeploymentDesc
protected  String BaseWebContainerService.getContextRoot(String contextRoot, URLClassLoader earClassLoader, URL warURL, WebContainerDeploymentDesc webDD)
          Gets the context root for a WAR.
 

Uses of WebContainerDeploymentDesc in org.ow2.jonas.web.base.lib
 

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

Uses of WebContainerDeploymentDesc in org.ow2.jonas.web.tomcat6
 

Methods in org.ow2.jonas.web.tomcat6 that return WebContainerDeploymentDesc
 WebContainerDeploymentDesc JOnASStandardContext.getWebDeploymentDescriptor()
          Gets the web deployment descriptor content.
 

Methods in org.ow2.jonas.web.tomcat6 with parameters of type WebContainerDeploymentDesc
 void JOnASStandardContext.setWebDeploymentDescriptor(WebContainerDeploymentDesc webDeploymentDescriptor)
          Set the web deployment descriptor content.
 

Uses of WebContainerDeploymentDesc in org.ow2.jonas.web.tomcat6.ws.security
 

Methods in org.ow2.jonas.web.tomcat6.ws.security that return WebContainerDeploymentDesc
 WebContainerDeploymentDesc SecureWebDeploymentDescBuilder.createJOnASWebDescriptor(List<ISecurityConstraint> security)
          Creates the Web DD structure.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.