Uses of Class
org.codehaus.cargo.container.deployable.WAR

Packages that use WAR
org.codehaus.cargo.container.geronimo.deployable   
org.codehaus.cargo.container.jboss   
org.codehaus.cargo.container.jetty   
org.codehaus.cargo.container.spi.deployer   
org.codehaus.cargo.container.tomcat   
org.codehaus.cargo.container.tomcat.internal   
org.codehaus.cargo.container.weblogic   
 

Uses of WAR in org.codehaus.cargo.container.geronimo.deployable
 

Subclasses of WAR in org.codehaus.cargo.container.geronimo.deployable
 class GeronimoWAR
          Geronimo WAR deployable.
 

Uses of WAR in org.codehaus.cargo.container.jboss
 

Subclasses of WAR in org.codehaus.cargo.container.jboss
 class JBossWAR
          Extension that supports custom JBoss descriptor files such as the jboss-web.xml one.
 

Methods in org.codehaus.cargo.container.jboss with parameters of type WAR
protected  void JBossInstalledLocalDeployer.deployExpandedWar(String deployableDir, WAR war)
          Copy the full expanded WAR directory to the deployable directory, renaming it if the user has specified a custom context for this expanded WAR.
 

Uses of WAR in org.codehaus.cargo.container.jetty
 

Methods in org.codehaus.cargo.container.jetty with parameters of type WAR
protected  HttpURLConnection JettyRemoteDeployer.createDeployConnection(WAR war)
          Creates an deploy connection for the deployer.
protected  HttpURLConnection JettyRemoteDeployer.createUndeployConnection(WAR war)
          Creates an undeploy connection for the deployer.
protected  void Jetty7xInstalledLocalDeployer.deployWar(String deployableDir, WAR war)
          Copy the WAR file to the deployable directory, renaming it if the user has specified a custom context for this WAR.
protected  void Jetty6xInstalledLocalDeployer.deployWar(String deployableDir, WAR war)
          Copy the WAR file to the deployable directory, renaming it if the user has specified a custom context for this WAR.
 

Uses of WAR in org.codehaus.cargo.container.spi.deployer
 

Methods in org.codehaus.cargo.container.spi.deployer with parameters of type WAR
protected  void AbstractCopyingInstalledLocalDeployer.deployExpandedWar(String deployableDir, WAR war)
          Copy the full expanded WAR directory to the deployable directory, renaming it if the user has specified a custom context for this expanded WAR.
protected  void AbstractCopyingInstalledLocalDeployer.deployWar(String deployableDir, WAR war)
          Copy the WAR file to the deployable directory, renaming it if the user has specified a custom context for this WAR.
 

Uses of WAR in org.codehaus.cargo.container.tomcat
 

Subclasses of WAR in org.codehaus.cargo.container.tomcat
 class TomcatWAR
          Extension that supports custom Tomcat context.xml files located in the META-INF/ directory of your WAR.
 

Methods in org.codehaus.cargo.container.tomcat with parameters of type WAR
protected  void TomcatCopyingInstalledLocalDeployer.deployExpandedWar(String deployableDir, WAR war)
          We override the default implementation from AbstractCopyingInstalledLocalDeployer in order to handle the special Tomcat scenarios: if the deployable is a TomcatWAR instance and it contains a context.xml file that we need to manually copy.
protected  void TomcatCopyingInstalledLocalDeployer.deployWar(String deployableDir, WAR war)
          We override the default implementation from AbstractCopyingInstalledLocalDeployer in order to handle the special Tomcat scenarios: if the deployable is a TomcatWAR instance and it containts a context.xml file that we need to manually copy.
 

Uses of WAR in org.codehaus.cargo.container.tomcat.internal
 

Methods in org.codehaus.cargo.container.tomcat.internal with parameters of type WAR
protected  String AbstractCatalinaStandaloneLocalConfiguration.createContextToken(WAR deployable)
           
 

Uses of WAR in org.codehaus.cargo.container.weblogic
 

Methods in org.codehaus.cargo.container.weblogic with parameters of type WAR
protected  void WebLogic8xConfigXmlInstalledLocalDeployer.addWarToDomain(WAR war, org.dom4j.Element domain)
          Insert the corresponding web app element into the domain of the WebLogic server.
protected  void WebLogicCopyingInstalledLocalDeployer.deployExpandedWar(String deployableDir, WAR war)
          Copy the full expanded WAR directory to the deployable directory, renaming it if the user has specified a custom context for this expanded WAR.
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.