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 annotation usage in the context of ExtVal.

Since:
r4
Author:
Gerhard Petracek

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-2010 The Apache Software Foundation. All Rights Reserved.