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

Packages that use ResourceBundleLocator
org.hibernate.validator Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it. 
org.hibernate.validator.internal.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.messageinterpolation Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used by custom implementations of the interface for delegation. 
org.hibernate.validator.resourceloading ResourceBundleLocator interface and its various 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.internal.engine
 

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

Uses of ResourceBundleLocator in org.hibernate.validator.messageinterpolation
 

Constructors in org.hibernate.validator.messageinterpolation with parameters of type ResourceBundleLocator
ResourceBundleMessageInterpolator(ResourceBundleLocator userResourceBundleLocator)
          Deprecated. Will be removed in a future release. Use ResourceBundleMessageInterpolator.ResourceBundleMessageInterpolator(ResourceBundleLocator) instead.
ResourceBundleMessageInterpolator(ResourceBundleLocator userResourceBundleLocator, boolean cacheMessages)
          Deprecated. Will be removed in a future release. Use ResourceBundleMessageInterpolator.ResourceBundleMessageInterpolator(ResourceBundleLocator, boolean) instead.
 

Uses of ResourceBundleLocator in org.hibernate.validator.resourceloading
 

Constructors in org.hibernate.validator.resourceloading with parameters of type ResourceBundleLocator
AggregateResourceBundleLocator(List<String> bundleNames, ResourceBundleLocator delegate)
          Deprecated. Will be removed in a future release. Use AggregateResourceBundleLocator.AggregateResourceBundleLocator(List, ResourceBundleLocator) instead.
CachingResourceBundleLocator(ResourceBundleLocator delegate)
          Deprecated. Will be removed in a future release. Use CachingResourceBundleLocator.CachingResourceBundleLocator(ResourceBundleLocator) instead.
DelegatingResourceBundleLocator(ResourceBundleLocator delegate)
          Deprecated. Will be removed in a future release. Use DelegatingResourceBundleLocator.DelegatingResourceBundleLocator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator) instead.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.