| Home >> All >> com >> aendvari >> griffin >> [ validation Javadoc ] |
com.aendvari.griffin.validation: Javadoc index of package com.aendvari.griffin.validation.
Package Samples:
com.aendvari.griffin.validation.handlers.simple: Various classes for the handling of XML data validation.
com.aendvari.griffin.validation.dataset
com.aendvari.griffin.validation.validator
com.aendvari.griffin.validation.validators.simple
Classes:
HandlerMethod: Defines a Handler method. This class is used to define the method that is to be called from within a class. This class cannot be used directly, instead you must use either ErrorMethod or ValidateMethod .
Validation: Constructs a Validation for validating a com.aendvari.griffin.validation.dataset.Dataset . Constructs a Map.get(Object) > Map.get(Object) 55 of ValidationHandler 's for looking up methods for validation/error calls.
ParameterDefine: Defines a parameter define for a Validator . This class is used to define a single parameter name for either a ErrorMethod or ValidateMethod .
MethodParameter: Defines a MethodParameter . This class is used to define a single parameter for either a ErrorMethod or ValidateMethod .
Handler: This is the base class for handler classes. The ErrorMethod and Handler are both Handlers. A Handler is a described object that has a method and it's parameters. It is used to execute a Class's method with the required parameter values.
Dataset: Defines a Dataset . A Dataset defines a group of Property objects (usually describing a form POST). Each will be used to execute a their described validator methods.
ValidationHandler: Defines a ValidationHandler . This class is used to examine a handler class for its methods. This class is used by the Validation class to execute validate/error methods.
ValidationReader: Constructs Validation from an XML file. The XML file defines a validator for a dataset. This class only reads the content of the XML file, it does not attempt to verify the definitions.
ValidateMethod: Defines a ValidateMethod . This class is used to define the method that is to be called upon validates found in validation.
ErrorMethod: Defines a ErrorMethod . This class is used to define the method that is to be called upon errors found in validation.
SimpleErrorHandler: A simple error handler for performing data validation. All errors are collected into a com.aendvari.common.notices.Notices object which is available once the validation process has completed.
Property: Defines a Property . A property is a single item in which a validation is wish to be run upon.
SimpleErrorHandlerDescriptor: This is an extended version of the com.aendvari.common.util.ResourceLoader class to allow access to the XML descriptor resource.
SimpleValidationDescriptor: This is an extended version of the com.aendvari.common.util.ResourceLoader class to allow access to the XML descriptor resource.
ErrorHandler: Defines a ErrorHandler .
Validator: Defines a Validator .
SimpleValidation: Several utility functions for validation field values.
| Home | Contact Us | Privacy Policy | Terms of Service |