ResourceBundleLocator
instead.@Deprecated public interface ResourceBundleLocator extends ResourceBundleLocator
Used by ResourceBundleMessageInterpolator
to load resource bundles
containing message texts to be displayed in case of validation errors.
The default implementation provides access to the bundle "ValidationMessages" as described in the BV specification. By providing additional implementations of this interface, alternative ways of bundle loading can be realized, e.g. by loading bundles based on XML files or from a database.
A ResourceBundleLocator
implementation must be thread-safe.
Modifier and Type | Method and Description |
---|---|
ResourceBundle |
getResourceBundle(Locale locale)
Deprecated.
Returns a resource bundle for the given locale.
|
ResourceBundle getResourceBundle(Locale locale)
getResourceBundle
in interface ResourceBundleLocator
locale
- A locale, for which a resource bundle shall be retrieved. Must
not be null.Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved