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

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

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

Subclasses of AbstractCollectionCondition in org.springmodules.validation.util.condition.collection
 class AbstractCollectionElementCondition
          A base class for all collection conditions that perform checks on the collection elements.
 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 IsEmptyCollectionCondition
          An AbstractCollectionCondition that checks whether the checked collection or array is empty.
 class MaxSizeCollectionCondition
          An AbstractCollectionCondition implementation that checks whether the given collection or array is longer then a specific maximum size.
 class MinSizeCollectionCondition
          An AbstractCollectionCondition implementation that checks whether the given collection or array is longer then a specific minimum size.
 class NoneCollectionCondition
          An AbstractCollectionCondition implementation that checks whether none of the elements in a collection or array adhere to a specific condition.
 class SizeRangeCollectionCondition
          An AbstractCollectionCondition that checks that the size/length of the the checked collection/array is with in a specific bounds.
 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.