public class GenericResourceBundle extends ResourceBundle
ResourceBundle for dynamic creation from key/value pairs.ResourceBundle.Control| Modifier and Type | Field and Description |
|---|---|
private Hashtable<String,String> |
bundle |
parent| Constructor and Description |
|---|
GenericResourceBundle(Hashtable<String,String> bundle)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
Enumeration<String> |
getKeys() |
protected Object |
handleGetObject(String key) |
Set<String> |
keySet() |
clearCache, clearCache, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, setParentprotected Object handleGetObject(String key)
handleGetObject in class ResourceBundlepublic Enumeration<String> getKeys()
getKeys in class ResourceBundlepublic boolean containsKey(String key)
containsKey in class ResourceBundlepublic Set<String> keySet()
keySet in class ResourceBundleCopyright © 2001–2016 mmm-Team. All rights reserved.