public class CombinedResources extends ResourceBundle
ResourceBundle.Control
parent
Constructor and Description |
---|
CombinedResources(String resourceName) |
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
getKeys() |
String |
getResourceName() |
protected Object |
handleGetObject(String key) |
protected void |
init() |
protected void |
loadResources(Locale locale) |
protected void |
loadResources(String resourceName) |
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
public CombinedResources(String resourceName)
public Enumeration<String> getKeys()
getKeys
in class ResourceBundle
public String getResourceName()
protected Object handleGetObject(String key)
handleGetObject
in class ResourceBundle
protected void init()
protected void loadResources(Locale locale)
protected void loadResources(String resourceName)
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.