Uses of Class
org.codehaus.cargo.container.deployable.WAR
-
-
Uses of WAR in org.codehaus.cargo.container.geronimo.deployable
Subclasses of WAR in org.codehaus.cargo.container.geronimo.deployable Modifier and Type Class Description classGeronimoWARGeronimo WAR deployable. -
Uses of WAR in org.codehaus.cargo.container.jboss.deployable
Subclasses of WAR in org.codehaus.cargo.container.jboss.deployable Modifier and Type Class Description classJBossWARExtension that supports custom JBoss descriptor files such as thejboss-web.xmlone. -
Uses of WAR in org.codehaus.cargo.container.jetty
Methods in org.codehaus.cargo.container.jetty with parameters of type WAR Modifier and Type Method Description protected StringJetty12xInstalledLocalDeployer. createContextXml(WAR war)protected StringJetty6x7x8xInstalledLocalDeployer. createContextXml(WAR war)Creates the contents of the context file.protected StringJetty7x8xInstalledLocalDeployer. createContextXml(WAR war)protected StringJetty6x7x8xInstalledLocalDeployer. getContextFilename(WAR war, String extension)Context file name.protected StringJetty6x7x8xInstalledLocalDeployer. getExtraClasspathXmlFragment(WAR war) -
Uses of WAR in org.codehaus.cargo.container.jetty.internal
Methods in org.codehaus.cargo.container.jetty.internal with parameters of type WAR Modifier and Type Method Description static StringJettyUtils. getExtraClasspath(WAR war, boolean xml)Gets the extra classpath for the WAR as a single string suitable for use within the JettyWebAppContextconfiguration. -
Uses of WAR in org.codehaus.cargo.container.tomcat
Subclasses of WAR in org.codehaus.cargo.container.tomcat Modifier and Type Class Description classTomcatWARExtension that supports custom Tomcatcontext.xmlfiles located in theMETA-INF/directory of your WAR.Methods in org.codehaus.cargo.container.tomcat with parameters of type WAR Modifier and Type Method Description protected voidTomcat5xStandaloneLocalConfiguration. configureExtraClasspathToken(WAR deployable, Element context)Configures the specified context element with the extra classpath (if any) of the given WAR.protected voidTomcat6xStandaloneLocalConfiguration. configureExtraClasspathToken(WAR deployable, Element context)protected voidTomcat8xStandaloneLocalConfiguration. configureExtraClasspathToken(WAR deployable, Element context)Configures the specified context element with the extra classpath (if any) of the given WAR.protected StringTomcat5xStandaloneLocalConfiguration. createContextToken(WAR deployable)Override the context element creation as Tomcat 5x and newer don't support the debug attribute.protected StringTomcat5xStandaloneLocalConfiguration. getExtraClasspathToken(WAR deployable)Creates the extra classpath XML token.protected StringTomcat6xStandaloneLocalConfiguration. getExtraClasspathToken(WAR deployable)Creates the extra classpath XML token.protected StringTomcat8xStandaloneLocalConfiguration. getExtraClasspathToken(WAR deployable)Creates the extra classpath XML token. -
Uses of WAR in org.codehaus.cargo.container.tomcat.internal
Methods in org.codehaus.cargo.container.tomcat.internal with parameters of type WAR Modifier and Type Method Description protected StringAbstractCatalinaStandaloneLocalConfiguration. createContextToken(WAR deployable)static String[]TomcatUtils. getExtraClasspath(WAR war)Gets the extra classpath for the WAR as a string arraystatic StringTomcatUtils. getExtraClasspath(WAR war, boolean xml)Gets the extra classpath for the WAR as a single string suitable for use within thecontext.xml. -
Uses of WAR in org.codehaus.cargo.container.weblogic
Methods in org.codehaus.cargo.container.weblogic with parameters of type WAR Modifier and Type Method Description protected voidWebLogic8xConfigXmlInstalledLocalDeployer. addWarToDomain(WAR war, Element domain)Insert the corresponding web app element into the domain of the WebLogic server.
-