A C D G I J O P R S T U

A

AbstractJetty4x5xEmbeddedLocalContainer - Class in org.codehaus.cargo.container.jetty.internal
Common code for all Jetty 4.x and 5.x embedded container implementations.
AbstractJetty4x5xEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJetty4x5xEmbeddedLocalContainer
AbstractJettyEmbeddedLocalContainer - Class in org.codehaus.cargo.container.jetty.internal
Common code for all Jetty embedded container implementations.
AbstractJettyEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer
AbstractJettyEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.jetty.internal
Base class for all Jetty deployers.
AbstractJettyEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
AbstractJettyEmbeddedStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Capabilities of the Jetty's AbstractJettyStandaloneLocalConfiguration configuration for Embedded containers.
AbstractJettyEmbeddedStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
AbstractJettyRemoteContainer - Class in org.codehaus.cargo.container.jetty.internal
Special container support for wrapping a running instance of Jetty.
AbstractJettyRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJettyRemoteContainer
AbstractJettyStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty.internal
Base class for Jetty standalone configurations.
AbstractJettyStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.internal.AbstractJettyStandaloneLocalConfiguration
activateLogging(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyStandaloneLocalConfiguration
Turn on the logging for the container.
activateLogging(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedStandaloneLocalConfiguration
Turn on the logging for the container.
activateLogging(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedStandaloneLocalConfiguration
Configure the logging for the Jetty container.
activateLogging(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedStandaloneLocalConfiguration
Turn on the logging for the container.
activateLogging(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedStandaloneLocalConfiguration
Turn on the logging for the container.
addDeployedWebAppContext(String, Object) - Static method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Add a new entry to the context path:deployable map.
addHandler(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Deploy the handler representing the webapp to jetty.
addHandler(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Deploy the handler representing the webapp to jetty.
addProperty(String, Boolean) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedStandaloneLocalConfigurationCapability
Add a property.
addProperty(String, Boolean) - Method in class org.codehaus.cargo.container.jetty.internal.Jetty6xStandaloneLocalConfigurationCapability
Add a property.
addProperty(String, Boolean) - Method in class org.codehaus.cargo.container.jetty.internal.Jetty7xStandaloneLocalConfigurationCapability
Add a property.

C

createDefaultDeployerUrl(Configuration) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Returns a deployerURL based on default values.
createDeployConnection(WAR) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Creates an deploy connection for the deployer.
createHandler(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Create a WebAppContext for the Deployable.
createHandler(String, String) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Create a WebAppContext for the webapp given as a string.
createHandler(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Create a WebAppContext for the Deployable.
createHandler(String, String) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Create a WebAppContext for the webapp given as a string.
createServerObject() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer
Create a Jetty Server Object.
createServerObject() - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Create a Jetty Server Object.
createServerObject() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Create a Jetty Server Object.
createUndeployConnection(WAR) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Creates an undeploy connection for the deployer.

D

deploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
deploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
DEPLOYER_URL - Static variable in interface org.codehaus.cargo.container.jetty.JettyPropertySet
The URL for calling the Jetty Deplotyer webapp.
deployWar(String, WAR) - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalDeployer
deployWar(String, WAR) - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalDeployer
deployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Implement to perform the work of the deploy.
deployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalDeployer
Implement to perform the work of the deploy.
deployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalDeployer
Implement to perform the work of the deploy.
deployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalDeployer
Implement to perform the work of the deploy.
deployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalDeployer
Implement to perform the work of the deploy.
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyStandaloneLocalConfiguration
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty6xStandaloneLocalConfiguration
doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.jetty.Jetty7xStandaloneLocalConfiguration
doStart() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJetty4x5xEmbeddedLocalContainer
doStart() - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
doStart(Java) - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
doStart() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
doStart(Java) - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
doStop() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer
doStop(Java) - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
doStop(Java) - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer

G

getCapability() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyRemoteContainer
getCapability() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty6xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
getCapability() - Method in class org.codehaus.cargo.container.jetty.Jetty7xStandaloneLocalConfiguration
getCapability() - Method in class org.codehaus.cargo.container.jetty.JettyRuntimeConfiguration
getContext(Deployable) - Static method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Get the context path for the webapp.
getCopyWebApp() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
 
getDefaultRealm() - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
 
getDeployableDir() - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalDeployer
Specifies the directory Deployables should be copied to.
getDeployableDir() - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalDeployer
Specifies the directory Deployables should be copied to.
getDeployedWebAppContext(Deployable) - Static method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Get the deployable that matches the context path.
getExtractWar() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
 
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty6xRemoteContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
getId() - Method in class org.codehaus.cargo.container.jetty.Jetty7xRemoteContainer
getLogger() - Method in class org.codehaus.cargo.container.jetty.internal.JettyExecutorThread
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty6xRemoteContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
getName() - Method in class org.codehaus.cargo.container.jetty.Jetty7xRemoteContainer
getParentLoaderPriority() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
 
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jetty.internal.Jetty6xStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jetty.internal.Jetty7xStandaloneLocalConfigurationCapability
getPropertySupportMap() - Method in class org.codehaus.cargo.container.jetty.internal.JettyRuntimeConfigurationCapability
getResponseMessage(HttpURLConnection) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Returns the response message from the server in a string format.
getServer() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer
 
getType() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
getVirtualHosts() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
 

I

ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty6xRemoteContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
Unique container id.
ID - Static variable in class org.codehaus.cargo.container.jetty.Jetty7xRemoteContainer
Unique container id.

J

Jetty4xEmbeddedLocalContainer - Class in org.codehaus.cargo.container.jetty
Special container support for the Jetty 4.x servlet container, using Jetty in embedded mode.
Jetty4xEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalContainer
Jetty4xEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.jetty
Deployer to deploy to a Jetty 4.x (embedded) container.
Jetty4xEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalDeployer
Jetty4xEmbeddedStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty
A mostly canned config for a Jetty 4.x container.
Jetty4xEmbeddedStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedStandaloneLocalConfiguration
Jetty4xEmbeddedStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Configuration capability for a Jetty 4.x Embedded container.
Jetty4xEmbeddedStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.Jetty4xEmbeddedStandaloneLocalConfigurationCapability
Jetty5xEmbeddedLocalContainer - Class in org.codehaus.cargo.container.jetty
A Jetty 5.x instance running embedded.
Jetty5xEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
Jetty5xEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.jetty
Deploys webapps to a Jetty 5.x instance running embedded.
Jetty5xEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalDeployer
Jetty5xEmbeddedStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty
A mostly canned configuration for a Jetty 5.x running embedded.
Jetty5xEmbeddedStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedStandaloneLocalConfiguration
Jetty5xEmbeddedStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Configuration capability for a Jetty 5.x Embedded container.
Jetty5xEmbeddedStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.Jetty5xEmbeddedStandaloneLocalConfigurationCapability
Jetty6xEmbeddedLocalContainer - Class in org.codehaus.cargo.container.jetty
A Jetty 6.x instance running embedded.
Jetty6xEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Jetty6xEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.jetty
A deployer for webapps that deploys to a Jetty 6.x instance running embedded.
Jetty6xEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalDeployer
Jetty6xEmbeddedStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty
A mostly canned configuration for an embedded Jetty 6.x instance.
Jetty6xEmbeddedStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedStandaloneLocalConfiguration
Jetty6xEmbeddedStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Configuration capability for a Jetty 6.x Embedded container.
Jetty6xEmbeddedStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.Jetty6xEmbeddedStandaloneLocalConfigurationCapability
Jetty6xInstalledLocalContainer - Class in org.codehaus.cargo.container.jetty
Special container support for the Jetty 6.x servlet container.
Jetty6xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalContainer
Jetty6xInstalledLocalContainer Constructor.
Jetty6xInstalledLocalDeployer - Class in org.codehaus.cargo.container.jetty
A deployer for webapps that deploys to a Jetty 6.x installed instance.
Jetty6xInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xInstalledLocalDeployer
Jetty6xRemoteContainer - Class in org.codehaus.cargo.container.jetty
Special container support for wrapping a running instance of Jetty.
Jetty6xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xRemoteContainer
Jetty6xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty
Jetty 6.x standalone ContainerConfiguration implementation.
Jetty6xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.Jetty6xStandaloneLocalConfiguration
Jetty6xStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Capabilities of the Jetty's AbstractJettyStandaloneLocalConfiguration configuration for Installed containers.
Jetty6xStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.Jetty6xStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
Jetty7xEmbeddedLocalContainer - Class in org.codehaus.cargo.container.jetty
A Jetty 7.x instance running embedded.
Jetty7xEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Jetty7xEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.jetty
A deployer for webapps that deploys to a Jetty 7.x instance running embedded.
Jetty7xEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalDeployer
Jetty7xEmbeddedStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty
A mostly canned configuration for an embedded Jetty 7.x instance.
Jetty7xEmbeddedStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedStandaloneLocalConfiguration
Jetty7xEmbeddedStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Configuration capability for a Jetty 7.x Embedded container.
Jetty7xEmbeddedStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.Jetty7xEmbeddedStandaloneLocalConfigurationCapability
Jetty7xInstalledLocalContainer - Class in org.codehaus.cargo.container.jetty
Special container support for the Jetty 7.x servlet container.
Jetty7xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalContainer
Jetty7xInstalledLocalContainer Constructor.
Jetty7xInstalledLocalDeployer - Class in org.codehaus.cargo.container.jetty
A deployer for webapps that deploys to a Jetty 7.x installed instance.
Jetty7xInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xInstalledLocalDeployer
Jetty7xRemoteContainer - Class in org.codehaus.cargo.container.jetty
Special container support for wrapping a running instance of Jetty.
Jetty7xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xRemoteContainer
Jetty7xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.jetty
Jetty 7.x standalone ContainerConfiguration implementation.
Jetty7xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.jetty.Jetty7xStandaloneLocalConfiguration
Jetty7xStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Capabilities of the Jetty's AbstractJettyStandaloneLocalConfiguration configuration for Installed containers.
Jetty7xStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.Jetty7xStandaloneLocalConfigurationCapability
Initialize the configuration-specific supports Map.
JettyExecutorThread - Class in org.codehaus.cargo.container.jetty.internal
Executor that executes by introspection a Jetty Server object.
JettyExecutorThread(Object, boolean) - Constructor for class org.codehaus.cargo.container.jetty.internal.JettyExecutorThread
 
JettyPropertySet - Interface in org.codehaus.cargo.container.jetty
Gathers all Jetty properties.
JettyRemoteDeployer - Class in org.codehaus.cargo.container.jetty
A remote deployer for the Jetty container.
JettyRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Remote deployer for the Jetty container.
JettyRuntimeConfiguration - Class in org.codehaus.cargo.container.jetty
Configuration to use when using a AbstractJettyRemoteContainer.
JettyRuntimeConfiguration() - Constructor for class org.codehaus.cargo.container.jetty.JettyRuntimeConfiguration
 
JettyRuntimeConfigurationCapability - Class in org.codehaus.cargo.container.jetty.internal
Capabilities of Jetty's JettyRuntimeConfiguration configuration.
JettyRuntimeConfigurationCapability() - Constructor for class org.codehaus.cargo.container.jetty.internal.JettyRuntimeConfigurationCapability
Initialize the configuration-specific supports Map.

O

org.codehaus.cargo.container.jetty - package org.codehaus.cargo.container.jetty
 
org.codehaus.cargo.container.jetty.internal - package org.codehaus.cargo.container.jetty.internal
 

P

performExtraSetupOnDeployable(Object) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJetty4x5xEmbeddedLocalContainer
Allow extending classes to perform extra setup on the web application object.
performExtraSetupOnDeployable(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalContainer
Allow extending classes to perform extra setup on the web application object.
performExtraSetupOnDeployable(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
Allow extending classes to perform extra setup on the web application object.
pipe(InputStream, OutputStream) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Reads all the data from the specified input stream and writes it to the specified output stream.

R

redeploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalDeployer
redeploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalDeployer
redeploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalDeployer
redeploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
removeDeployedWebAppContext(String) - Static method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Take a map entry away using the key.
removeHandler(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
Undeploy the handler representing the webapp.
removeHandler(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
Undeploy the handler representing the webapp.
run() - Method in class org.codehaus.cargo.container.jetty.internal.JettyExecutorThread
Start or stop Jetty by introspection.

S

server - Variable in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalContainer
Jetty Server object.
SESSION_PATH - Static variable in interface org.codehaus.cargo.container.jetty.JettyPropertySet
The default session path to use for all session cookies.
setCopyWebApp(Boolean) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
copy webapp.
setDefaultRealm(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalContainer
 
setDefaultRealm(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalContainer
If a default realm is available, set it on the given webapp.
setDefaultRealm(Object) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalContainer
If a default realm is available, set it on the given webapp.
setExtractWar(Boolean) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
If true, all wars deployed by this deployer will be extracted before being deployed.
setLogger(Logger) - Method in class org.codehaus.cargo.container.jetty.internal.JettyExecutorThread
setParentLoaderPriority(Boolean) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
This is called java2classloadercompliance setting in jetty5 and the parentloaderpriority in jetty6.
setSecurityRealm() - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJetty4x5xEmbeddedLocalContainer
Defines a security realm and adds defined users to it.
setVirtualHosts(String[]) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Set a list of virtual hosts corresponding to the webapps deployed via this deployer.
start(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalDeployer
start(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalDeployer
start(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalDeployer
stop(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalDeployer
stop(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalDeployer
stop(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalDeployer
streamToString(InputStream, String) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Gets the data from the specified input stream as a string using the specified charset.

T

toAuthorization(String, String) - Static method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Gets the HTTP Basic Authorization header value for the supplied username and password.
toString() - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jetty.Jetty6xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jetty.Jetty7xStandaloneLocalConfiguration
toString() - Method in class org.codehaus.cargo.container.jetty.JettyRuntimeConfiguration

U

undeploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
undeploy(Deployable) - Method in class org.codehaus.cargo.container.jetty.JettyRemoteDeployer
Undeploy a Deployable from the running container.
undeployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.internal.AbstractJettyEmbeddedLocalDeployer
Implement to perform the work of the undeploy.
undeployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty4xEmbeddedLocalDeployer
Implement to perform the work of the undeploy.
undeployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty5xEmbeddedLocalDeployer
Implement to perform the work of the undeploy.
undeployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty6xEmbeddedLocalDeployer
Implement to perform the work of the undeploy.
undeployWebApp(Deployable) - Method in class org.codehaus.cargo.container.jetty.Jetty7xEmbeddedLocalDeployer
Implement to perform the work of the undeploy.

A C D G I J O P R S T U

Copyright © 2004-2011 Codehaus. All Rights Reserved.