org.apache.cactus.util
class Configuration
java.lang.Object
|
+--org.apache.cactus.util.Configuration
- Direct Known Subclasses:
- FilterConfiguration, JspConfiguration, ServletConfiguration
- public class Configuration
- extends java.lang.Object
Provides access to the Cactus configuration parameters that are independent
of any redirector. All Cactus configuration are defined as Java System
Properties. However, a Cactus configuration can also be used, in which case
all properties defined withint it will be exported as Java System Properties.
- Version:
- $Id: Configuration.java,v 1.11 2002/07/28 13:36:55 vmassol Exp $
- Author:
- Vincent Massol
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CACTUS_CONTEXT_URL_PROPERTY
public static final 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. It is made up of :
"http://" + serverName + port + "/" + contextName.
DEFAULT_CACTUS_CONNECTION_HELPER_CLASSNAME
public static final String DEFAULT_CACTUS_CONNECTION_HELPER_CLASSNAME
- Default
ConnectionHelper
to use.
Configuration
public Configuration()
getConnectionHelper
public static String getConnectionHelper()
getContextURL
public static String getContextURL()
initialize
public static final void initialize()
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.