org.springmodules.validation.util.cel
Interface ConditionExpressionBased

All Known Implementing Classes:
AbstractClassValidationElementHandler, AbstractPropertyValidationElementHandler, ConditionReferenceRuleElementHandler, DateInFutureRuleElementHandler, DateInPastRuleElementHandler, DefaultValidationRuleElementHandlerRegistry, DefaultXmlBeanValidationConfigurationLoader, EmailRuleElementHandler, ExpressionClassValidationElementHandler, ExpressionPropertyValidationElementHandler, InstantInFutureRuleElementHandler, InstantInPastRuleElementHandler, LengthRuleElementHandler, NotBlankRuleElementHandler, NotEmptyRuleElementHandler, NotNullRuleElementHandler, RangeRuleElementHandler, RegExpRuleElementHandler, SimpleValidationRuleElementHandlerRegistry, SizeRuleElementHandler

public interface ConditionExpressionBased

Represents objects that are based on condition expression.

Author:
Uri Boness

Method Summary
 void setConditionExpressionParser(ConditionExpressionParser conditionExpressionParser)
          Sets the condition expression parser to be used when parsing the condition expression.
 

Method Detail

setConditionExpressionParser

void setConditionExpressionParser(ConditionExpressionParser conditionExpressionParser)
Sets the condition expression parser to be used when parsing the condition expression.

Parameters:
conditionExpressionParser - The condition expression parser to be used.


Copyright © 2009. All Rights Reserved.