Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.griffin.validation.validators.simple.* (2)

com.aendvari.griffin.validation.validator: Javadoc index of package com.aendvari.griffin.validation.validator.


Package Samples:

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 .
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.
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.
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