public class Jetty4xEmbeddedLocalDeployer extends AbstractJettyEmbeddedLocalDeployer
Constructor and Description |
---|
Jetty4xEmbeddedLocalDeployer(EmbeddedLocalContainer container) |
Modifier and Type | Method and Description |
---|---|
Object |
deployWebApp(Deployable deployable)
Implement to perform the work of the deploy.
|
void |
undeployWebApp(Deployable deployable)
Implement to perform the work of the undeploy.
|
addDeployedWebAppContext, deploy, getContext, getCopyWebApp, getDeployedWebAppContext, getExtractWar, getParentLoaderPriority, getType, getVirtualHosts, removeDeployedWebAppContext, setCopyWebApp, setExtractWar, setParentLoaderPriority, setVirtualHosts, undeploy
getContainer, getFileHandler, setFileHandler
deploy, deploy, redeploy, start, stop
public Jetty4xEmbeddedLocalDeployer(EmbeddedLocalContainer container)
public Object deployWebApp(Deployable deployable)
deployWebApp
in class AbstractJettyEmbeddedLocalDeployer
deployable
- the deployableDeployer.deploy(Deployable)
public void undeployWebApp(Deployable deployable)
undeployWebApp
in class AbstractJettyEmbeddedLocalDeployer
deployable
- the webapp to undeployDeployer.undeploy(Deployable)
Copyright © 2004-2013 Codehaus. All Rights Reserved.