public class ConfigurationResourceBundle extends ResourceBundle
ResourceBundle.Control| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
configuration |
static String |
copyright |
protected Locale |
locale |
parent| Constructor and Description |
|---|
ConfigurationResourceBundle(Configuration configuration,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<String> |
getKeys() |
Locale |
getLocale() |
Object |
handleGetObject(String key) |
protected Set<String> |
handleKeySet() |
void |
setParent(ResourceBundle parent) |
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getObject, getString, getStringArray, keySetpublic static final String copyright
protected Configuration configuration
protected Locale locale
public ConfigurationResourceBundle(Configuration configuration, Locale locale)
public Object handleGetObject(String key)
handleGetObject in class ResourceBundlepublic Enumeration<String> getKeys()
getKeys in class ResourceBundleprotected Set<String> handleKeySet()
handleKeySet in class ResourceBundlepublic void setParent(ResourceBundle parent)
setParent in class ResourceBundlepublic Locale getLocale()
getLocale in class ResourceBundle