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 class
GeronimoWAR
Geronimo 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 class
JBossWAR
Extension that supports custom JBoss descriptor files such as thejboss-web.xml
one. -
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 String
Jetty12xInstalledLocalDeployer. createContextXml(WAR war)
protected String
Jetty6xInstalledLocalDeployer. createContextXml(WAR war)
Creates the contents of the context file.protected String
Jetty7x8xInstalledLocalDeployer. createContextXml(WAR war)
protected String
Jetty6xInstalledLocalDeployer. getContextFilename(WAR war, String extension)
Context file name.protected String
Jetty6xInstalledLocalDeployer. 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 String
JettyUtils. getExtraClasspath(WAR war, boolean xml)
Gets the extra classpath for the WAR as a single string suitable for use within the JettyWebAppContext
configuration. -
Uses of WAR in org.codehaus.cargo.container.tomcat
Subclasses of WAR in org.codehaus.cargo.container.tomcat Modifier and Type Class Description class
TomcatWAR
Extension that supports custom Tomcatcontext.xml
files 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 void
Tomcat5xStandaloneLocalConfiguration. configureExtraClasspathToken(WAR deployable, Element context)
Configures the specified context element with the extra classpath (if any) of the given WAR.protected void
Tomcat6xStandaloneLocalConfiguration. configureExtraClasspathToken(WAR deployable, Element context)
protected void
Tomcat8xStandaloneLocalConfiguration. configureExtraClasspathToken(WAR deployable, Element context)
Configures the specified context element with the extra classpath (if any) of the given WAR.protected String
Tomcat5xStandaloneLocalConfiguration. createContextToken(WAR deployable)
Override the context element creation as Tomcat 5x and newer don't support the debug attribute.protected String
Tomcat5xStandaloneLocalConfiguration. getExtraClasspathToken(WAR deployable)
Creates the extra classpath XML token.protected String
Tomcat6xStandaloneLocalConfiguration. getExtraClasspathToken(WAR deployable)
Creates the extra classpath XML token.protected String
Tomcat8xStandaloneLocalConfiguration. 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 String
AbstractCatalinaStandaloneLocalConfiguration. createContextToken(WAR deployable)
static String[]
TomcatUtils. getExtraClasspath(WAR war)
Gets the extra classpath for the WAR as a string arraystatic String
TomcatUtils. 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 void
WebLogic8xConfigXmlInstalledLocalDeployer. addWarToDomain(WAR war, Element domain)
Insert the corresponding web app element into the domain of the WebLogic server.
-