org.apache.cocoon.spring.configurator.impl
Class Constants

java.lang.Object
  extended by org.apache.cocoon.spring.configurator.impl.Constants

public abstract class Constants
extends Object

Some constants for the spring integration. The default location of spring related configuration files.

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

Field Summary
static String CLASSPATH_PROPERTIES_LOCATION
          The location of property files (*.properties) for the settings.
static String CLASSPATH_SPRING_CONFIGURATION_LOCATION
          The location of spring configuration files in the classpath.
static String GLOBAL_PROPERTIES_LOCATION
          The location of global property files (*.properties) for the settings.
static String GLOBAL_SPRING_CONFIGURATION_LOCATION
          The location of global property overrides (*.properties).
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSPATH_SPRING_CONFIGURATION_LOCATION

public static final String CLASSPATH_SPRING_CONFIGURATION_LOCATION
The location of spring configuration files in the classpath. From this location bean definitions (*.xml) and property overrides (*.properties) are read.

See Also:
Constant Field Values

CLASSPATH_PROPERTIES_LOCATION

public static final String CLASSPATH_PROPERTIES_LOCATION
The location of property files (*.properties) for the settings.

See Also:
Constant Field Values

GLOBAL_SPRING_CONFIGURATION_LOCATION

public static final String GLOBAL_SPRING_CONFIGURATION_LOCATION
The location of global property overrides (*.properties).

See Also:
Constant Field Values

GLOBAL_PROPERTIES_LOCATION

public static final String GLOBAL_PROPERTIES_LOCATION
The location of global property files (*.properties) for the settings.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


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