See: Description
Interface | Description |
---|---|
ResourceBundleLocator | Deprecated
Will be removed in a future release.
|
Class | Description |
---|---|
AggregateResourceBundleLocator |
A
ResourceBundleLocator implementation that provides access
to multiple source ResourceBundle s by merging them into one
aggregated bundle. |
AggregateResourceBundleLocator.AggregateBundle |
A
ResourceBundle whose content is aggregated from multiple source bundles. |
CachingResourceBundleLocator |
A
ResourceBundleLocator implementation that wraps around another
locator and caches values retrieved from that locator. |
DelegatingResourceBundleLocator |
Abstract base for all
ResourceBundleLocator implementations, that
wish to delegate to some other locator. |
PlatformResourceBundleLocator |
A resource bundle locator, that loads resource bundles by simply
invoking
ResourceBundle.loadBundle(...) . |
ResourceBundleLocator interface and its various implementations.
This package is part of the public Hibernate Validator API.
Copyright © 2018 JBoss by Red Hat. All rights reserved.