Class Jetty7x8xInstalledLocalDeployer
- java.lang.Object
-
- org.codehaus.cargo.util.log.LoggedObject
-
- org.codehaus.cargo.container.spi.deployer.AbstractDeployer
-
- org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
-
- org.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployer
-
- org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
-
- org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalDeployer
-
- org.codehaus.cargo.container.jetty.Jetty7x8xInstalledLocalDeployer
-
- Direct Known Subclasses:
Jetty9x10x11xInstalledLocalDeployer
public class Jetty7x8xInstalledLocalDeployer extends Jetty6xInstalledLocalDeployer
A deployer for webapps that deploys to a Jetty 7.x or 8.x installed instance.
-
-
Constructor Summary
Constructors Constructor Description Jetty7x8xInstalledLocalDeployer(LocalContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
createContextXml(WAR war)
Creates the contents of the context file.-
Methods inherited from class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalDeployer
doDeploy, getContextFilename, getContextsDir, getDeployableDir, getExtraClasspathXmlFragment, getSharedClasspathXmlFragment
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer
canBeDeployed, deploy, getDeployableName, setShouldDeployExpanded, shouldDeployExpanded
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployer
getType
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
getContainer, getFileHandler
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
deploy, deploy, redeploy, redeploy, redeploy, start, start, stop, stop, undeploy, undeploy
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
-
-
-
-
Constructor Detail
-
Jetty7x8xInstalledLocalDeployer
public Jetty7x8xInstalledLocalDeployer(LocalContainer container)
-
-
Method Detail
-
createContextXml
protected String createContextXml(WAR war)
Description copied from class:Jetty6xInstalledLocalDeployer
Creates the contents of the context file.- Overrides:
createContextXml
in classJetty6xInstalledLocalDeployer
- Parameters:
war
- The WAR being deployed, must not benull
.- Returns:
- The contents of the context file, never
null
.
-
-