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 |
|---|---|
ResourceBundle |
getCached(String baseName,
Locale locale)
Get cached resource bundle.
|
protected final Map<String,ResourceBundle> cache
public ResourceBundle getCached(String baseName, Locale locale)
locale - this parameter is not currently used.