See: Description
| Class | Description |
|---|---|
| HtmlToExcel |
Translates an HTML document into an Excel spreadsheet.
|
| HtmlToPdf |
Translates an HTML document into a PDF document.
|
| HtmlTransformer |
Transforms HTML to XHTML or to XML.
|
| LogCleaner |
A scheduled task used to delete older log files from the application's log
folder based on values in properties.
|
| LogConsole |
A companion class to
LogWriter that captures System.out and
System.err output and redirects the output to the MAIN log using the
LogWriter.DEBUG severity level. |
| LogWriter |
A utility class for persisting events to a log file and for sending alert
email messages when a configured severity level occurs.
|
| Messages |
A utility class for retrieving and formatting messages obtained from
Profile. |
| Profile |
A utility class that loads an application's individual properties files into
a single properties object.
|
| ScheduledTask |
An abstract scheduled task definition.
|
| ScheduledTaskManager |
The manager of server scheduled tasks.
|
| ServerContext |
A utility class that provides storage and retrieval of context values which
are global to the server application and are not directly related to a user
session.
|
| Spreadsheet |
A class to handle interaction with the Apache POI toolkit.
|
| StringEncoder |
A utility class that provides string formatting helper methods.
|
| StringEncrypter |
A utility class that provides string encryption and decryption functions
that are based on DES algorithms.
|
| StringEncrypter2 |
A utility class that provides string encryption and decryption functions
that are based on AES algorithms.
|
| TemplateDate |
Defines a date object that is suitable for use on a template.
|
| TemplateEncoder |
An event handler for encoding Velocity template data string values.
|
| TemplateFormatter |
Provides simplified method signatures for various types of date, time and
number formats.
|
| TemplateProcessor |
A wrapper for the Velocity template processor.
|
| TemplatePruner |
Prunes or extracts various types of elements from a template.
|
| Util |
A utility class that contains miscellaneous helper methods.
|
| UtilFactory |
Creates and returns instances of certain classes based on values defined
in properties.
|
| XmlToPdf |
Translates an XML document into a PDF document.
|
| XmlToPdf.RomanNumber |
Inner class that provides conversion of decimal integers to roman numerals.
|
Product-neutral classes that provide basic functionality for various types of processing; such as for HTML, XML, Excel, logging, string and template processing.