|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.AbstractContainer
org.codehaus.cargo.container.spi.AbstractLocalContainer
org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer
org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer
org.codehaus.cargo.container.jetty.internal.AbstractJetty4x5xEmbeddedLocalContainer
public abstract class AbstractJetty4x5xEmbeddedLocalContainer
Common code for all Jetty 4.x and 5.x embedded container implementations.
Field Summary |
---|
Fields inherited from class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer |
---|
server |
Constructor Summary | |
---|---|
AbstractJetty4x5xEmbeddedLocalContainer(LocalConfiguration configuration)
|
Method Summary | |
---|---|
protected void |
doStart()
|
protected abstract void |
performExtraSetupOnDeployable(java.lang.Object webapp)
Allow extending classes to perform extra setup on the web application object. |
protected void |
setSecurityRealm()
Defines a security realm and adds defined users to it. |
Methods inherited from class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer |
---|
createServerObject, doStop, getCapability, getServer |
Methods inherited from class org.codehaus.cargo.container.spi.AbstractEmbeddedLocalContainer |
---|
getClassLoader, getType, setClassLoader, startInternal, stopInternal |
Methods inherited from class org.codehaus.cargo.container.spi.AbstractLocalContainer |
---|
getConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, verify, waitForCompletion |
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject |
---|
getLogger, setLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.cargo.container.LocalContainer |
---|
getConfiguration, setConfiguration |
Methods inherited from interface org.codehaus.cargo.container.Container |
---|
getId, getName, getState |
Methods inherited from interface org.codehaus.cargo.util.log.Loggable |
---|
getLogger, setLogger |
Methods inherited from interface org.codehaus.cargo.container.internal.RunnableContainer |
---|
getOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stop |
Constructor Detail |
---|
public AbstractJetty4x5xEmbeddedLocalContainer(LocalConfiguration configuration)
AbstractJettyEmbeddedLocalContainer#AbstractEmbeddedLocalContainer(org.codehaus.cargo.container.configuration.LocalConfiguration)
Method Detail |
---|
protected void doStart() throws java.lang.Exception
doStart
in class AbstractEmbeddedLocalContainer
java.lang.Exception
doStart()
protected abstract void performExtraSetupOnDeployable(java.lang.Object webapp) throws java.lang.Exception
webapp
- the Jetty web application object representing the WAR that has been added to
be deployed
java.lang.Exception
- in case of errorprotected void setSecurityRealm() throws java.lang.Exception
java.lang.Exception
- in case of error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |