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

Quick Search    Search Deep

org.javahispano.canyamo.util.cache.* (4)org.javahispano.canyamo.util.html.* (10)
org.javahispano.canyamo.util.html.form.* (6)org.javahispano.canyamo.util.html.validator.* (4)
org.javahispano.canyamo.util.rss.* (1)org.javahispano.canyamo.util.servlet.* (1)

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


Package Samples:

org.javahispano.canyamo.util.cache
org.javahispano.canyamo.util.html.form
org.javahispano.canyamo.util.html.validator
org.javahispano.canyamo.util.rss
org.javahispano.canyamo.util.servlet

Classes:

HTMLValidator: Validate and parse an HTML code. This class has two primary functions: - First, parse an HTML code, so only some tags of the code are accepted and the others are discarded. It also performs another functions like adding extra newline symbols and adding smilies to the final text. - Second, transform HTML code to text code visible into a textarea.To perform this task, the HTML symbols like , ", etc. are transformed to they corresponding escape codes
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
ParserFactory: The method for obtaining an HTML parser is protected so we need to create a subclass of HTMLEditorKit to call it. This is the only objective of this auxiliary inner class.
HTMLParser: This class is an HTML callback used when parsing HTML code. It has callback methods that are called through the parsing process.
HTMLRelaxedParser: This class is an HTML callback used when parsing HTML code. It has callback methods that are called through the parsing process.
ParseException: A validation exception. This exception is thrown when when the process of evaluating an HTML expression can't be accomplished.
TestCase: Rule test case. Interface which determines if a form' param follows the given rule
AbstractCache: Implementacion abstracta de una cahce a la que le falta el metodo que carga nuevos elementos.
TestCaseManager: TestCase manager following Singleton pattern
FormException: Exception while processing Form data
Cache: Clase que representa una simple cache
SimpleCache: Clase que representa una simple cache
BasicAbstractCache: Clase base para implementar caches
FormHandler: SAX's Handler for "Form" xml files
FormRule: A rule for a HTML form
RSSUtilities: Utility class to manage RSS stuff
ServletUtilities: Description of the Class
Utilities

Home | Contact Us | Privacy Policy | Terms of Service