public static class UtilProperties.UtilResourceBundle extends ResourceBundle
ResourceBundle.Control
Modifier and Type | Field and Description |
---|---|
protected int |
hashCode |
protected Locale |
locale |
protected Properties |
properties |
parent
Modifier | Constructor and Description |
---|---|
protected |
UtilResourceBundle() |
|
UtilResourceBundle(Properties properties,
Locale locale,
UtilProperties.UtilResourceBundle parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ResourceBundle |
getBundle(String resource,
Locale locale,
ClassLoader loader) |
Enumeration<String> |
getKeys() |
Locale |
getLocale() |
protected Object |
handleGetObject(String key) |
int |
hashCode() |
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getObject, getString, getStringArray, handleKeySet, keySet, setParent
protected Properties properties
protected Locale locale
protected int hashCode
protected UtilResourceBundle()
public UtilResourceBundle(Properties properties, Locale locale, UtilProperties.UtilResourceBundle parent)
public static ResourceBundle getBundle(String resource, Locale locale, ClassLoader loader) throws MissingResourceException
MissingResourceException
public Locale getLocale()
getLocale
in class ResourceBundle
protected Object handleGetObject(String key)
handleGetObject
in class ResourceBundle
public Enumeration<String> getKeys()
getKeys
in class ResourceBundle