fr.paris.lutece.util.beanvalidation
Class ValidationErrorUtil

java.lang.Object
  extended by fr.paris.lutece.util.beanvalidation.ValidationErrorUtil

public final class ValidationErrorUtil
extends Object

ValidationError Utils


Method Summary
static String getFieldname(javax.validation.ConstraintViolation constraintViolation, ValidationErrorConfig config, Locale locale)
          Return the field name as it will appear in the message
static String getValue1(javax.validation.ConstraintViolation constraintViolation, ValidationErrorConfig config)
          Return the attribute's value to set as the value#1 of the message
static String getValue2(javax.validation.ConstraintViolation constraintViolation, ValidationErrorConfig config)
          Return the attribute's value to set as the value#2 of the message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue1

public static String getValue1(javax.validation.ConstraintViolation constraintViolation,
                               ValidationErrorConfig config)
Return the attribute's value to set as the value#1 of the message

Parameters:
constraintViolation - The Constraint violation
config - The config
Returns:
The value

getValue2

public static String getValue2(javax.validation.ConstraintViolation constraintViolation,
                               ValidationErrorConfig config)
Return the attribute's value to set as the value#2 of the message

Parameters:
constraintViolation - The Constraint violation
config - The config
Returns:
The value

getFieldname

public static String getFieldname(javax.validation.ConstraintViolation constraintViolation,
                                  ValidationErrorConfig config,
                                  Locale locale)
Return the field name as it will appear in the message

Parameters:
constraintViolation - The Constraint violation
config - The config
locale - The locale
Returns:
The field name


Copyright © 2014 Mairie de Paris. All Rights Reserved.