org.apache.myfaces.extensions.validator.util
Class ConstraintSourceUtils

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.util.ConstraintSourceUtils

public final class ConstraintSourceUtils
extends Object

Contains helper methods that deal with the mapped constraint source mechanism.

Since:
r4

Constructor Summary
protected ConstraintSourceUtils()
           
 
Method Summary
static PropertyDetails resolveMappedConstraintSourceFor(String originalKey, Class originalClass, String originalProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintSourceUtils

protected ConstraintSourceUtils()
Method Detail

resolveMappedConstraintSourceFor

public static PropertyDetails resolveMappedConstraintSourceFor(String originalKey,
                                                               Class originalClass,
                                                               String originalProperty)


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.