| Package | Description |
|---|---|
| zen.validation |
| Class and Description |
|---|
| Configuration
The class that repesents the specific configuration information from the
zen-configuration.xml.
|
| MappingNotFoundException
This error is thrown when the Validation Mapping is not found for the application name
specified, or the Object Mapping is not found for the object passed in to be validated.
|
| ObjectMapping
Contains sets of validation definition collections for the Object.
|
| RuleNotFoundException
This error is thrown if the fully qualified class name for the Validation rule is
not found on the same classpath or visible to where this code is running.
|
| ValidationDefinition
Contains the validation definition, which designates a specific property on the Object to
be run through a specific validation rule.
|
| ValidationFactory
This is the Factory class that loads the configurations and holds the validation mappings
for specific objects for specific applications.
|
| ValidationMapping
This contains the collection of defined validation rules.
|
Copyright © 2012. All Rights Reserved.