| Class | Description |
|---|---|
| Configuration |
The class that repesents the specific configuration information from the
zen-configuration.xml.
|
| Configurations |
This class represents the high level collection of specific configurations from the
zen-configuration.xml.
|
| MappingUtility | |
| ObjectMapping |
Contains sets of validation definition collections for the Object.
|
| 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.
|
| Validator |
This is the static single point of entry to the validation layer.
|
| Exception | Description |
|---|---|
| InvalidValidateCommandException |
Exceptions thrown from implementors of IValidateCommand.
|
| 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.
|
| 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.
|
Copyright © 2012. All Rights Reserved.