com.jcorporate.expresso.ext.report |
Contains an example of a ReportPage object to report statistics on downloaded files.
|
Java Source File Name | Type | Comment |
DocBookFilterReader.java | Class | A FilterReader that understands the docbook entities and converts them to
their character codes. |
DocBookFilterWriter.java | Class | A FilterWriter that understands the docbook entities and converts them from
their character codes. |
DocBookPrinter.java | Class | A (DOM) parser that understands the docbook schema and prints it nicely. |
DownloadUsers.java | Class | |
ExpressoReport.java | Interface | ExpressoReport is a generic interface for allowing reports to be "printed"
An example usage of an ExpressoReport is the ReportPage object as defined in
com.jcorporate.expresso.services.html.ReportPage . |
MultiFormatReport.java | Interface | A MultiFormatted report is a report that can be sent in multiple format
types. |
ReportException.java | Class | Exception that occurs when a report is procesed. |
XMLPrinter.java | Class | XMLPrinter is a simple (DOM) parser that outputs XML to a Writer stream. |