public abstract class AbstractInjectionAwareMapResourceBundle extends ResourceBundle
ResourceBundle.Control
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
entries |
protected Set<String> |
keys |
parent
Constructor and Description |
---|
AbstractInjectionAwareMapResourceBundle() |
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
getKeys() |
protected Object |
handleGetObject(String key) |
protected Set<String> |
handleKeySet() |
protected abstract void |
initialize(Map<String,Object> entries) |
protected void |
initializeKeys() |
Set<String> |
keySet() |
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
public AbstractInjectionAwareMapResourceBundle()
protected void initializeKeys()
@Nullable protected final Object handleGetObject(@Nonnull String key)
handleGetObject
in class ResourceBundle
@Nonnull public final Enumeration<String> getKeys()
getKeys
in class ResourceBundle
public Set<String> keySet()
keySet
in class ResourceBundle
protected Set<String> handleKeySet()
handleKeySet
in class ResourceBundle