public static interface ResourceBundleLocalizationContext.ResourceBundleResolver
Modifier and Type | Field and Description |
---|---|
static ResourceBundleLocalizationContext.ResourceBundleResolver |
DEFAULT
The default resource bundle resolver.
|
Modifier and Type | Method and Description |
---|---|
ResourceBundle |
getBundle(String baseName,
Locale locale)
Returns the specified resource bundle for the specified locale, or
null if there
is no such resource bundle. |
static final ResourceBundleLocalizationContext.ResourceBundleResolver DEFAULT
ResourceBundle getBundle(String baseName, Locale locale)
null
if there
is no such resource bundle.baseName
- the base name of the resource bundlelocale
- the localenull
if there
is no such resource bundleCopyright © 2016. All rights reserved.