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

Quick Search    Search Deep

org.javahispano.canyamo.util.html.form: Javadoc index of package org.javahispano.canyamo.util.html.form.


Package Samples:

org.javahispano.canyamo.util.html.form

Classes:

FormValidator: Validate and parse an HTML forms. This class has two primary functions: - First, be sure that all requiered fields are entered - Second, be sure that entered data follows the given rules The configuration info is given in a XML file. TO DO: talk about config-XML's format
TestCase: Rule test case. Interface which determines if a form' param follows the given rule
TestCaseManager: TestCase manager following Singleton pattern
FormException: Exception while processing Form data
FormHandler: SAX's Handler for "Form" xml files
FormRule: A rule for a HTML form

Home | Contact Us | Privacy Policy | Terms of Service