Uses of Interface
org.hibernate.validator.engine.resourceloading.ResourceBundleLocator

Packages that use ResourceBundleLocator
org.hibernate.validator   
org.hibernate.validator.engine This package contains the implementing classes for the core interfaces of JSR-303. 
org.hibernate.validator.engine.resourceloading This package contains the ResourceBundleLocator interface and different implementations. 
 

Uses of ResourceBundleLocator in org.hibernate.validator
 

Methods in org.hibernate.validator that return ResourceBundleLocator
 ResourceBundleLocator HibernateValidatorConfiguration.getDefaultResourceBundleLocator()
           Returns the ResourceBundleLocator used by the default message interpolator to load user-provided resource bundles.
 

Uses of ResourceBundleLocator in org.hibernate.validator.engine
 

Methods in org.hibernate.validator.engine that return ResourceBundleLocator
 ResourceBundleLocator ConfigurationImpl.getDefaultResourceBundleLocator()
           
 

Constructors in org.hibernate.validator.engine with parameters of type ResourceBundleLocator
ResourceBundleMessageInterpolator(ResourceBundleLocator userResourceBundleLocator)
           
 

Uses of ResourceBundleLocator in org.hibernate.validator.engine.resourceloading
 

Classes in org.hibernate.validator.engine.resourceloading that implement ResourceBundleLocator
 class AggregateResourceBundleLocator
          A ResourceBundleLocator implementation that provides access to multiple source ResourceBundles by merging them into one aggregated bundle.
 class CachingResourceBundleLocator
          A ResourceBundleLocator implementation that wraps around another locator and caches values retrieved from that locator.
 class DelegatingResourceBundleLocator
          Abstract base for all ResourceBundleLocator implementations, that wish to delegate to some other locator.
 class PlatformResourceBundleLocator
          A resource bundle locator, that loads resource bundles by simply invoking ResourceBundle.loadBundle(...).
 

Constructors in org.hibernate.validator.engine.resourceloading with parameters of type ResourceBundleLocator
AggregateResourceBundleLocator(java.util.List<java.lang.String> bundleNames, ResourceBundleLocator delegate)
          Creates a locator that delivers a resource bundle merged from the given list of source bundles.
CachingResourceBundleLocator(ResourceBundleLocator delegate)
          Creates a new CachingResourceBundleLocator.
DelegatingResourceBundleLocator(ResourceBundleLocator delegate)
           
 



Copyright © 2007-2010. All Rights Reserved.