Uses of Class
org.springmodules.validation.util.condition.collection.AbstractCollectionElementCondition

Packages that use AbstractCollectionElementCondition
org.springmodules.validation.util.condition.collection   
 

Uses of AbstractCollectionElementCondition in org.springmodules.validation.util.condition.collection
 

Subclasses of AbstractCollectionElementCondition in org.springmodules.validation.util.condition.collection
 class AllCollectionCondition
          An AbstractCollectionCondition implementation that checks whether all elements in a collection or array adhere to a specific condition.
 class AtLeastCollectionCondition
          An AbstractCollectionCondition implementation that checks whether at least X elements in a collection or array adhere to a specific condition.
 class NoneCollectionCondition
          An AbstractCollectionCondition implementation that checks whether none of the elements in a collection or array adhere to a specific condition.
 class SomeCollectionCondition
          An AbstractCollectionCondition implementation that checks whether some of the elements in a collection or array adhere to a specific condition.
 



Copyright © 2009. All Rights Reserved.