com.arsdigita.globalization
Class MixedResourceBundle

java.lang.Object
  extended byjava.util.ResourceBundle
      extended bycom.arsdigita.globalization.MixedResourceBundle

public abstract class MixedResourceBundle
extends ResourceBundle

Extends java.util.ResourceBundle to have it do two things:

Version:
$Revision: #9 $ $Date: 2004/04/07 $

Field Summary
static String versionId
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
MixedResourceBundle()
           
 
Method Summary
 Enumeration getKeys()
           Implement ResourceBundle.getKeys().
 Object handleGetObject(String key)
           Implement ResourceBundle.handleGetObject().
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

MixedResourceBundle

public MixedResourceBundle()
Method Detail

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