public abstract class BundleLocator extends Object
Modifier | Constructor and Description |
---|---|
protected |
BundleLocator(String bundleName)
Hidden constructor.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getBundleKeyValue(Locale locale,
String key,
Object... parameters)
Method that centralizes the way to get the value associated to a bundle key.
|
protected BundleLocator(String bundleName)
bundleName
- the name of the bundle.protected String getBundleKeyValue(Locale locale, String key, Object... parameters)
locale
- the locale.key
- the key searched for.parameters
- the parameters to apply to the value associated to the key.Copyright © 2016. All rights reserved.