com.arsdigita.globalization
Class MixedResourceBundle
java.lang.Object
java.util.ResourceBundle
com.arsdigita.globalization.MixedResourceBundle
- public abstract class MixedResourceBundle
- extends ResourceBundle
Extends java.util.ResourceBundle to have it do two things:
-
If there is a PropertyResourceBundle with the same name as this one
load it into this one.
-
Load any Resources from the database maintained MessageCatalog that
have the same resource bundle name as this one.
- Version:
- $Revision: #9 $ $Date: 2004/04/07 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
MixedResourceBundle
public MixedResourceBundle()
handleGetObject
public final Object handleGetObject(String key)
Implement ResourceBundle.handleGetObject(). Reloads if contents have
changed.
- Parameters:
key
- The key to the object to retrieve.
- Returns:
- Object the object retrieved.
getKeys
public Enumeration getKeys()
Implement ResourceBundle.getKeys(). Reloads if contents have changed.
- Returns:
- Enumeration of keys.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC