Uses of Package
net.sourceforge.stripes.validation

Packages that use net.sourceforge.stripes.validation
net.sourceforge.stripes.action This package defines the ActionBean interface and related classes and interfaces for writing ActionBeans. 
net.sourceforge.stripes.config This package provides Configuration services for Stripes, including interfaces for locating configured components and configuration parameters. 
net.sourceforge.stripes.controller This package contains classes which form the core internals of Stripes. 
net.sourceforge.stripes.mock Mock objects that implement many of the Servlet and Http Servlet interfaces. 
net.sourceforge.stripes.tag Contains implementation classes for all the Stripes custom tags and interfaces for overriding the strategy used to (re-)populate tag values and rendering tags in case of validation errors. 
net.sourceforge.stripes.util This package contains various utility classes that are used to implement Stripes. 
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. 
net.sourceforge.stripes.validation.expression This package provides several classes that give Stripes the ability to execute EL expressions for validation using various implementations. 
 

Classes in net.sourceforge.stripes.validation used by net.sourceforge.stripes.action
ValidationErrors
          Container class for ValidationErrors that are tied to form fields.
 

Classes in net.sourceforge.stripes.validation used by net.sourceforge.stripes.config
TypeConverterFactory
          Provides access to a set of TypeConverters for converting Strings to various types.
ValidationMetadataProvider
          Provides a globally accessible source of validation metadata for properties and nested properties of ActionBean classes.
 

Classes in net.sourceforge.stripes.validation used by net.sourceforge.stripes.controller
ValidationError
          Interface to which all error objects in Stripes should conform.
ValidationErrors
          Container class for ValidationErrors that are tied to form fields.
ValidationMetadata
          Encapsulates the validation metadata for a single property of a single class.
ValidationMethod
          Annotation that marks a method in an ActionBean as a validation method.
 

Classes in net.sourceforge.stripes.validation used by net.sourceforge.stripes.mock
ValidationErrors
          Container class for ValidationErrors that are tied to form fields.
 

Classes in net.sourceforge.stripes.validation used by net.sourceforge.stripes.tag
ValidationError
          Interface to which all error objects in Stripes should conform.
ValidationMetadata
          Encapsulates the validation metadata for a single property of a single class.
 

Classes in net.sourceforge.stripes.validation used by net.sourceforge.stripes.util
ValidationMetadata
          Encapsulates the validation metadata for a single property of a single class.
 

Classes in net.sourceforge.stripes.validation used by net.sourceforge.stripes.validation
CreditCardTypeConverter.Type
           
LocalizableError
          Provides a mechanism for creating localizable error messages for presentation to the user.
NumberTypeConverterSupport
          Provides the basic support for converting Strings to non-floating point numbers (i.e.
SimpleError
          Validation error message that allows for supplying the error message at the time of creation - i.e.
TypeConverter
          Interface for all type converters in the validation system that provide facilities for converting from String to a specific object type.
TypeConverterFactory
          Provides access to a set of TypeConverters for converting Strings to various types.
Validate
          Primary annotation used to specify validations for form fields.
ValidationError
          Interface to which all error objects in Stripes should conform.
ValidationErrors
          Container class for ValidationErrors that are tied to form fields.
ValidationMetadata
          Encapsulates the validation metadata for a single property of a single class.
ValidationMetadataProvider
          Provides a globally accessible source of validation metadata for properties and nested properties of ActionBean classes.
ValidationState
          Enumeration that describes the choices for when validation methods should be run.
 

Classes in net.sourceforge.stripes.validation used by net.sourceforge.stripes.validation.expression
ValidationErrors
          Container class for ValidationErrors that are tied to form fields.
ValidationMetadata
          Encapsulates the validation metadata for a single property of a single class.
 



? Copyright 2005-2006, Stripes Development Team.