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 String DEPLOYER_URL
          The URL for calling the Jetty Deplotyer webapp.
static String SESSION_PATH
          The default session path to use for all session cookies.
 

Field Detail

DEPLOYER_URL

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

See Also:
Constant Field Values

SESSION_PATH

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

See Also:
Constant Field Values


Copyright © 2004-2012 Codehaus. All Rights Reserved.