Package net.sf.beanform.validator

Interface Summary
CachingValidatorFactory Wraps a ValidatorFactory to provide caching services for the generated validator lists.
 

Class Summary
AbstractNumberValidator Base class for numeric validators.
CachingValidatorFactoryImpl Default implementation of the CachingValidatorFactory interface.
NumberValidator Validates that values are any kind of number.
StringMax Subclass of the Max validator that doesn't barf all over the place if it's handed a string instead of a number.
StringMin Subclass of the Min validator that doesn't barf all over the place if it's handed a string instead of a number.
WholeNumberValidator Validates that values are whole numbers.
 



Copyright © 2005-2008 SourceForge.net. All Rights Reserved.