Uses of Class
org.springmodules.validation.util.condition.string.AbstractStringCondition

Packages that use AbstractStringCondition
org.springmodules.validation.util.condition.string   
 

Uses of AbstractStringCondition in org.springmodules.validation.util.condition.string
 

Subclasses of AbstractStringCondition in org.springmodules.validation.util.condition.string
 class ContainsSubstringStringCondition
          An AbstractStringCondition implementation that checks whether the given strings contain a specific sub-string.
 class EmailStringCondition
          An AbstractStringCondition implementation that checks whether the checked strings represent a valid email address.
 class EqualsIgnoreCaseStringCondition
          An AbstractStringCondition implementation that checks whether the checked strings equal a specific string while ignoring the letter casing.
 class IsEmptyStringCondition
          An AbstractStringCondition implementation that checks whether the checked text is an empty text.
 class LengthRangeStringCondition
          An AbstractStringCondition implementation that checks that a given string is within a specific length range.
 class MaxLengthStringCondition
          An AbstractStringCondition implementation that checks whether the checked strings are not longer then a specific length.
 class MinLengthStringCondition
          An AbstractStringCondition implementation that checks whether the checked strings are not shorter than a specific minimum length.
 class RegExpStringCondition
          An AbstractStringCondition implementation that checks whether the checked strings match a specific regular expression.
 



Copyright © 2009. All Rights Reserved.