org.hibernate.validator.engine
Class Constants

java.lang.Object
  extended by org.hibernate.validator.engine.Constants

public final class Constants
extends java.lang.Object

Constants used throughout the Hibernate Validator project.

Author:
Gunnar Morling

Field Summary
static java.lang.String DEFAULT_VALIDATION_MESSAGES
          The name of the default message bundle.
static java.lang.String USER_VALIDATION_MESSAGES
          The name of the user-provided message bundle as defined in the specification.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_VALIDATION_MESSAGES

public static final java.lang.String DEFAULT_VALIDATION_MESSAGES
The name of the default message bundle.

See Also:
Constant Field Values

USER_VALIDATION_MESSAGES

public static final java.lang.String USER_VALIDATION_MESSAGES
The name of the user-provided message bundle as defined in the specification.

See Also:
Constant Field Values


Copyright © 2007-2010. All Rights Reserved.