Package com.jrefinery.report.targets.table.html

The HTML4 and XHTML output target.

See:
          Description

Interface Summary
HtmlFilesystem The HtmlFilesystem provides an abstraction layer for the various storage methods implemented for the HtmlProducer.
 

Class Summary
DirectoryHtmlFilesystem Writes the generated Html-File and the supplementary data files (images and external Stylesheet definition) into a directory.
EmptyContentHtmlReferenceData Stores a marker, that the referenced cell is empty.
HRefReferenceData Denotes a untagged href-reference.
HtmlCellData The baseclass for all HTML-Content cells.
HtmlCellDataFactory The cell data factory is responsible for converting elements into HTML cell data.
HtmlCellStyle The HtmlCellStyle is used to define the style for the generated HTML-CellStyle.
HtmlImageCellData A wrapper for Image content within the generated HtmlTable.
HtmlProcessor The HtmlProcessor handles the initialisation of the report writer and starts and manages the report process.
HtmlProducer The TableProducer is responsible for creating the produced Table.
HtmlReferenceData The base class for all HtmlReferences.
HtmlStyleCollection The HtmlStyleCollection is used to create HtmlCellStyles and to convert these cell styles into Cascading StyleSheet code.
HtmlTextCellData A wrapper for text content within the generated HtmlTable.
ImageReferenceData Defines a external image reference to an image file.
InternalCSSReferenceData Encapsulates an internal stylesheet definition.
StreamHtmlFilesystem The StreamHtmlFilesystem is an Implementation for streamed HTML output.
ZIPHtmlFilesystem Similiar to the DirectoryHtmlFilesystem, the generated Html-File and the supplementary data files (images and external Stylesheet definition) into a directory in a ZIP-File.
 

Package com.jrefinery.report.targets.table.html Description

The HTML4 and XHTML output target.