org.apache.cocoon.i18n
Class BundleFactory.ConfigurationKeys
java.lang.Object
org.apache.cocoon.i18n.BundleFactory.ConfigurationKeys
- Enclosing interface:
- BundleFactory
public static class BundleFactory.ConfigurationKeys
- extends Object
Constants for bundle factory configuration keys
Field Summary |
static String |
RELOAD_INTERVAL
Configuration element specifying delay (in ms) between
reload checks. |
static String |
ROOT_DIRECTORY
Configuration element specifying default location of the
resource bundles. |
static String |
STORE_ROLE
Configuration element specifying role of the Store instance to use
for storing cached bundles |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROOT_DIRECTORY
public static final String ROOT_DIRECTORY
- Configuration element specifying default location of the
resource bundles.
- See Also:
BundleFactory.select(String, String)
,
BundleFactory.select(String, java.util.Locale)
,
Constant Field Values
STORE_ROLE
public static final String STORE_ROLE
- Configuration element specifying role of the Store instance to use
for storing cached bundles
- Since:
- 2.1.8
- See Also:
- Constant Field Values
RELOAD_INTERVAL
public static final String RELOAD_INTERVAL
- Configuration element specifying delay (in ms) between
reload checks.
- Since:
- 2.1.8
- See Also:
- Constant Field Values
BundleFactory.ConfigurationKeys
public BundleFactory.ConfigurationKeys()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.