Uses of Package
org.hibernate.validator.resourceloading

Packages that use org.hibernate.validator.resourceloading
org.hibernate.validator Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it. 
org.hibernate.validator.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. 
 

Classes in org.hibernate.validator.resourceloading used by org.hibernate.validator
ResourceBundleLocator
           Used by ResourceBundleMessageInterpolator to load resource bundles containing message texts to be displayed in case of validation errors.
 

Classes in org.hibernate.validator.resourceloading used by org.hibernate.validator.engine
ResourceBundleLocator
           Used by ResourceBundleMessageInterpolator to load resource bundles containing message texts to be displayed in case of validation errors.
 

Classes in org.hibernate.validator.resourceloading used by org.hibernate.validator.messageinterpolation
ResourceBundleLocator
           Used by ResourceBundleMessageInterpolator to load resource bundles containing message texts to be displayed in case of validation errors.
 

Classes in org.hibernate.validator.resourceloading used by org.hibernate.validator.resourceloading
DelegatingResourceBundleLocator
          Abstract base for all ResourceBundleLocator implementations, that wish to delegate to some other locator.
ResourceBundleLocator
           Used by ResourceBundleMessageInterpolator to load resource bundles containing message texts to be displayed in case of validation errors.
 



Copyright © 2007-2010 Red Hat Middleware, LLC. All Rights Reserved