| |
|
| java.lang.Object org.apache.cactus.internal.configuration.BaseConfiguration
All known Subclasses: org.apache.cactus.internal.configuration.AbstractWebConfiguration,
BaseConfiguration | public class BaseConfiguration implements Configuration(Code) | | Provides access to the Cactus configuration parameters that are independent
of any redirector. All Cactus configuration are defined as Java System
Properties.
version: $Id: BaseConfiguration.java 238991 2004-05-22 11:34:50Z vmassol $ |
Field Summary | |
final public static String | CACTUS_CONTEXT_URL_PROPERTY Name of Cactus property that specify the URL up to the webapp context.
This is the base URL to call for the redirectors. |
CACTUS_CONTEXT_URL_PROPERTY | final public static String CACTUS_CONTEXT_URL_PROPERTY(Code) | | Name of Cactus property that specify the URL up to the webapp context.
This is the base URL to call for the redirectors. It is made up of :
"http://" + serverName + port + "/" + contextName.
|
getContextURL | public String getContextURL()(Code) | | the context URL under which our application to test runs. |
getInitializer | public String getInitializer()(Code) | | the initializer class (i.e. a class that is executed before theCactus tests start on the client side) or null if none has beendefined |
|
|
|