org.springmodules.validation.bean.rule
Class ValidationMethodValidationRule

java.lang.Object
  extended by org.springmodules.validation.bean.rule.AbstractValidationRule
      extended by org.springmodules.validation.bean.rule.ValidationMethodValidationRule
All Implemented Interfaces:
ValidationRule

public class ValidationMethodValidationRule
extends AbstractValidationRule

Author:
Uri Boness

Constructor Summary
ValidationMethodValidationRule(Method method)
           
 
Method Summary
 Condition getCondition()
          Returns the condition of this validation rule.
 
Methods inherited from class org.springmodules.validation.bean.rule.AbstractValidationRule
checkContexts, createErrorArgumentsResolver, createErrorArgumentsResolver, createErrorArgumentsResolver, createErrorArgumentsResolver, getDefaultErrorMessage, getErrorArguments, getErrorCode, isApplicable, setApplicabilityCondition, setContextTokens, setDefaultErrorMessage, setErrorArgumentsResolver, setErrorCode, supportsNullValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationMethodValidationRule

public ValidationMethodValidationRule(Method method)
Method Detail

getCondition

public Condition getCondition()
Description copied from interface: ValidationRule
Returns the condition of this validation rule.

Returns:
The condition of this validation rule.


Copyright © 2009. All Rights Reserved.