public class ChainedPropertyResourceBundle extends ResourceBundle
ResourceBundle.Controlparent| Constructor and Description |
|---|
ChainedPropertyResourceBundle() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
Enumeration<String> |
getKeys() |
protected String |
handleGetObject(String key) |
protected Set<String> |
handleKeySet() |
void |
load(URL url,
boolean useCaches) |
clearCache, clearCache, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParentpublic void load(URL url, boolean useCaches) throws IOException
IOExceptionpublic boolean containsKey(@Nonnull String key)
containsKey in class ResourceBundleprotected String handleGetObject(@Nonnull String key)
handleGetObject in class ResourceBundle@Nonnull protected Set<String> handleKeySet()
handleKeySet in class ResourceBundle@Nonnull public Enumeration<String> getKeys()
getKeys in class ResourceBundleCopyright © 2012–2017 MARID software development group. All rights reserved.