org.apache.cocoon.configuration
Class SettingsDefaults

java.lang.Object
  extended by org.apache.cocoon.configuration.SettingsDefaults

public abstract class SettingsDefaults
extends Object

This object defines the default values for the Settings.

Since:
1.0
Version:
$Id: SettingsDefaults.java 587750 2007-10-24 02:35:22Z vgritsenko $

Field Summary
static long DEFAULT_CONFIGURATION_RELOAD_DELAY
          Default reload delay for configurations in milliseconds.
static String DEFAULT_CONTAINER_ENCODING
          The default encoding for the web container.
static String DEFAULT_RUNNING_MODE
          The default running mode.
static boolean RELOADING_ENABLED_DEFAULT
          Default value for Settings.isReloadingEnabled(String) parameter (false).
 
Constructor Summary
SettingsDefaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_RUNNING_MODE

public static final String DEFAULT_RUNNING_MODE
The default running mode.

See Also:
Settings.getRunningMode(), Constant Field Values

RELOADING_ENABLED_DEFAULT

public static final boolean RELOADING_ENABLED_DEFAULT
Default value for Settings.isReloadingEnabled(String) parameter (false).

See Also:
Constant Field Values

DEFAULT_CONFIGURATION_RELOAD_DELAY

public static final long DEFAULT_CONFIGURATION_RELOAD_DELAY
Default reload delay for configurations in milliseconds.

See Also:
Settings.getReloadDelay(String), Constant Field Values

DEFAULT_CONTAINER_ENCODING

public static final String DEFAULT_CONTAINER_ENCODING
The default encoding for the web container.

See Also:
Settings.getContainerEncoding(), Constant Field Values
Constructor Detail

SettingsDefaults

public SettingsDefaults()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.