public class Jetty5xEmbeddedLocalContainer extends AbstractJetty4x5xEmbeddedLocalContainer
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
Unique container id.
|
server| Constructor and Description |
|---|
Jetty5xEmbeddedLocalContainer(LocalConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultRealm() |
String |
getId() |
String |
getName() |
protected void |
performExtraSetupOnDeployable(Object webapp)
Allow extending classes to perform extra setup on the web application object.
|
void |
setDefaultRealm(Object webapp) |
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 Jetty5xEmbeddedLocalContainer(LocalConfiguration configuration)
public String getId()
Container.getId()public String getName()
Container.getName()public Object getDefaultRealm()
public void setDefaultRealm(Object webapp) throws Exception
webapp - the webapp to set the default security realm onException - invokation errorprotected void performExtraSetupOnDeployable(Object webapp) throws Exception
performExtraSetupOnDeployable in class AbstractJetty4x5xEmbeddedLocalContainerwebapp - the Jetty web application object representing the WAR that has been added to
be deployedException - in case of errorAbstractJetty4x5xEmbeddedLocalContainer.performExtraSetupOnDeployable(Object)Copyright © 2004-2013 Codehaus. All Rights Reserved.