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, undeploygetContainer, getFileHandler, setFileHandlerdeploy, deploy, redeploy, start, stoppublic Jetty4xEmbeddedLocalDeployer(EmbeddedLocalContainer container)
public Object deployWebApp(Deployable deployable)
deployWebApp in class AbstractJettyEmbeddedLocalDeployerdeployable - the deployableDeployer.deploy(Deployable)public void undeployWebApp(Deployable deployable)
undeployWebApp in class AbstractJettyEmbeddedLocalDeployerdeployable - the webapp to undeployDeployer.undeploy(Deployable)Copyright © 2004-2013 Codehaus. All Rights Reserved.