Uses of Class
net.sourceforge.stripes.validation.Validate

Packages that use Validate
net.sourceforge.stripes.validation This package contains interfaces and implementations of error message classes and of classes that convert Strings to rich objects, providing validation during the conversion. 
 

Uses of Validate in net.sourceforge.stripes.validation
 

Constructors in net.sourceforge.stripes.validation with parameters of type Validate
ValidationMetadata(String property, Validate validate)
          Essentially a copy constructor that constructs a ValidationMetadata object from an @Validate annotation declared on a property.
 



? Copyright 2005-2006, Stripes Development Team.