public interface ResourceBundleFactory
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_RESOURCE_BUNDLE_CONFIG_KEY |
Modifier and Type | Method and Description |
---|---|
java.util.ResourceBundle |
getResourceBundle(java.util.Locale locale,
java.lang.String key)
Creates a resource bundle for the given key.
|
static final java.lang.String DEFAULT_RESOURCE_BUNDLE_CONFIG_KEY
java.util.ResourceBundle getResourceBundle(java.util.Locale locale, java.lang.String key)
key
- the key that identifies the resource bundlejava.util.MissingResourceException
- if no resource bundle for the specified base name can be found