org.codehaus.cargo.container.jetty
Interface JettyPropertySet


public interface JettyPropertySet

Gathers all Jetty properties.

Version:
$Id: JettyPropertySet.java 1725 2008-09-22 18:58:15Z mwringe $

Field Summary
static java.lang.String DEPLOYER_URL
          The URL for calling the Jetty Deplotyer webapp.
static java.lang.String SESSION_PATH
          The default session path to use for all session cookies.
 

Field Detail

DEPLOYER_URL

static final java.lang.String DEPLOYER_URL
The URL for calling the Jetty Deplotyer webapp.

See Also:
Constant Field Values

SESSION_PATH

static final java.lang.String SESSION_PATH
The default session path to use for all session cookies.

See Also:
Constant Field Values


Copyright © 2004-2011 Codehaus. All Rights Reserved.