public class CommonResourceBundle extends AbstractResourceBundle
ResourceBundle.Control| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_NAME |
LOCALEparent| Modifier | Constructor and Description |
|---|---|
protected |
CommonResourceBundle() |
protected |
CommonResourceBundle(Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
ResourceBundle |
getBundle()
Subclasses of this class must implement this method so that the
correct resource bundle is passed to methods in this class
|
ResourceBundle |
getBundle(Locale locale) |
static CommonResourceBundle |
getInstance() |
static CommonResourceBundle |
getInstance(Locale locale) |
getKeys, getString, handleGetObject, parseLocaleclearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParentpublic static final String BASE_NAME
protected CommonResourceBundle()
protected CommonResourceBundle(Locale locale)
public static CommonResourceBundle getInstance()
public static CommonResourceBundle getInstance(Locale locale)
public ResourceBundle getBundle()
AbstractResourceBundlegetBundle in class AbstractResourceBundlepublic ResourceBundle getBundle(Locale locale)
Copyright © 2012 Oracle Corpration. All Rights Reserved.