Used by {@link org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator} to load resource bundlescontaining 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 {@code ResourceBundleLocator} implementation must be thread-safe.
@author Gunnar Morling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|