Package org.springmodules.validation.util.condition.common

Class Summary
AbstractCompoundCondition A base class for all compound conditions.
AlwaysFalseCondition An AbstractCondition implementation that always return false.
AlwaysTrueCondition An AbstractCondition implementation that always returns true.
AndCondition A compound condition that represent a logical and of all its associated conditions.
ConditionProxyCondition  
InstanceOfCondition A condition that checks whether the checked object is of a specific type.
IsNullCondition A condition that checks whether the checked object is null.
IsTrueCondition A boolean condition that checks whether the checked boolean is true.
NotCondition A condition that represents a logical NOT of another condition.
OrCondition A compound condition that represent a logical OR of all its associated conditions.
 



Copyright © 2009. All Rights Reserved.