Class Jetty12xEmbeddedLocalDeployer
- 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.AbstractEmbeddedLocalDeployer
-
- org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
-
- org.codehaus.cargo.container.jetty.Jetty7x8x9x10x11xEmbeddedLocalDeployer
-
- org.codehaus.cargo.container.jetty.Jetty12xEmbeddedLocalDeployer
-
public class Jetty12xEmbeddedLocalDeployer extends Jetty7x8x9x10x11xEmbeddedLocalDeployer
A deployer for webapps that deploys to a Jetty 12.x instance running embedded.
-
-
Constructor Summary
Constructors Constructor Description Jetty12xEmbeddedLocalDeployer(EmbeddedLocalContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getWebappContextClassname()
-
Methods inherited from class org.codehaus.cargo.container.jetty.Jetty7x8x9x10x11xEmbeddedLocalDeployer
deployWebApp, start, stop, undeployWebApp
-
Methods inherited from class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
addDeployedWebAppContext, deploy, getContext, getCopyWebApp, getDeployedWebAppContext, getExtractWar, getParentLoaderPriority, getType, getVirtualHosts, removeDeployedWebAppContext, setCopyWebApp, setExtractWar, setParentLoaderPriority, setVirtualHosts, undeploy
-
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, stop, undeploy
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
-
-
-
-
Constructor Detail
-
Jetty12xEmbeddedLocalDeployer
public Jetty12xEmbeddedLocalDeployer(EmbeddedLocalContainer container)
-
-
Method Detail
-
getWebappContextClassname
protected String getWebappContextClassname()
- Overrides:
getWebappContextClassname
in classJetty7x8x9x10x11xEmbeddedLocalDeployer
- Returns:
- The Jetty Webapp context class name.
-
-