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, setSecurityRealm
createServerObject, doStop, getCapability, getServer
getClassLoader, getType, setClassLoader, startInternal, stopInternal
getConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, verify, waitForCompletion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfiguration, setConfiguration
getOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stop
public 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 AbstractJetty4x5xEmbeddedLocalContainer
webapp
- the Jetty web application object representing the WAR that has been added to
be deployedAbstractJetty4x5xEmbeddedLocalContainer.performExtraSetupOnDeployable(Object)
Copyright © 2004-2013 Codehaus. All Rights Reserved.