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

Packages that use ValidationState
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 ValidationState in net.sourceforge.stripes.validation
 

Methods in net.sourceforge.stripes.validation that return ValidationState
static ValidationState ValidationState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValidationState[] ValidationState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



? Copyright 2005-2006, Stripes Development Team.