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