public class Jetty4xEmbeddedLocalContainer extends AbstractJetty4x5xEmbeddedLocalContainer
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
Unique container id.
|
server| Constructor and Description |
|---|
Jetty4xEmbeddedLocalContainer(LocalConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
protected void |
performExtraSetupOnDeployable(Object webapp)
Allow extending classes to perform extra setup on the web application object.
|
doStart, setSecurityRealmcreateServerObject, doStop, getCapability, getServergetClassLoader, getType, setClassLoader, startInternal, stopInternalgetConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, verify, waitForCompletionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfiguration, setConfigurationgetOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stoppublic static final String ID
public Jetty4xEmbeddedLocalContainer(LocalConfiguration configuration)
public final String getId()
Container.getId()public String getName()
Container.getName()protected void performExtraSetupOnDeployable(Object webapp)
performExtraSetupOnDeployable in class AbstractJetty4x5xEmbeddedLocalContainerwebapp - the Jetty web application object representing the WAR that has been added to
be deployedAbstractJetty4x5xEmbeddedLocalContainer.performExtraSetupOnDeployable(Object)Copyright © 2004-2013 Codehaus. All Rights Reserved.