public class LocalizationResourceBundle extends ResourceBundle
LocalizationService
when necessary and cached (cache
is common for all instances).Modifier and Type | Class and Description |
---|---|
static class |
LocalizationResourceBundle.Bundle
Simple resource bundle implementation.
|
ResourceBundle.Control
parent
Constructor and Description |
---|
LocalizationResourceBundle(Locale locale,
LocalizationService service)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
getKeys() |
protected Object |
handleGetObject(String key)
Gets an object for the given key from the corresponding module resource bundle.
|
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
public LocalizationResourceBundle(Locale locale, LocalizationService service)
locale
- service
- public Enumeration<String> getKeys()
getKeys
in class ResourceBundle
protected Object handleGetObject(String key)
handleGetObject
in class ResourceBundle
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.