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, 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 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 AbstractJetty4x5xEmbeddedLocalContainer
webapp
- 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.