public class LocalizationSupport extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalizationSupport.Options |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ResourceBundle> |
cache |
protected Map<String,Charset> |
charsets |
| Constructor and Description |
|---|
LocalizationSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBundleToCache(String bundleName) |
ResourceBundle |
getCached(String baseName,
Locale locale)
Get cached resource bundle.
|
protected final Map<String,ResourceBundle> cache
public void addBundleToCache(String bundleName)
public ResourceBundle getCached(String baseName, Locale locale) throws MissingResourceException
locale - this parameter is not currently used.MissingResourceException