Package org.cofax

CoFax is a web application framework that provides for the parsing of templates with data sources ranging from databases, to XML.

See:
          Description

Class Summary
CofaxCache Provides HTML response caching capabilies for CofaxServlet
CofaxPage This is the container class of Cofax.
CofaxUtil The general utilities class of Cofax.
DataStore Cofax's top level data store class.
DummyDataStore Provides an empty data store for use if no database connectivity is desired.
DummyRedirection A empty redirection class to use in Cofax's configuration when redirection capabilities are not necessary.
FilesTemplateLoader Loads templates from the file system.
Glossary A container object for the glossary variable space.
OracleDataStore Provides database connectivity to an Oracle RDBMS for Cofax.
OracleRedirection Provides redirection capapbility for Cofax.
Redirection Cofax's top level redirection class.
SqlDataStore Provides SQL database connectivity for Cofax.
SqlRedirection Provides redirection capapbility for Cofax.
TemplateLoader Cofax's top level template loader class.
TemplateProcessor Cofax's top level template processor class.
WysiwygTemplate A template processor written for Cofax.
XMLConfig Settings for CofaxServlet are stored in an XML data store accessible via this module.
 

Package org.cofax Description

CoFax is a web application framework that provides for the parsing of templates with data sources ranging from databases, to XML. This framework is simplifies the task of seperating code, from display, from content.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright 2001 KnightRidder.com. All Rights Reserved.