Jacson

Uses of Interface
de.spieleck.app.jacson.JacsonPrintReport

Packages that use JacsonPrintReport
de.spieleck.app.jacson   
de.spieleck.app.jacson.report Standard repository of JacsonReport subclasses. 
 

Uses of JacsonPrintReport in de.spieleck.app.jacson
 

Methods in de.spieleck.app.jacson that return JacsonPrintReport
 JacsonPrintReport JacsonBlock.getReport()
          Expose the report to the public
 

Uses of JacsonPrintReport in de.spieleck.app.jacson.report
 

Classes in de.spieleck.app.jacson.report that implement JacsonPrintReport
 class CascadableReport
          An report which dispatches a message to all contained (possible multiple) reports and one "parent Report".
 class CSVReport
          Report everything in a crude CSV (comma separated value) format.
 class MailReport
          Report which sends a mail.
 class MultiReport
          An report which dispatches a message to all contained (possible multiple) reports.
 class PrintingReport
          Report that prints out everything in the property file format.
 class TestReport
          Report to test generated events against a reference file generated by PrintingReport.
 class ValuePrintingReport
          This report only prints values of the structured data.
 class XMLReport
          Light Report, that renders the output in a (nearly) correct XML.
 class XSLTReport
          This is a really powerful report, considering the output as XML and applying a XSL-Transformation on it.
 

Methods in de.spieleck.app.jacson.report with parameters of type JacsonPrintReport
protected static void PrintingReport.useFilename(JacsonPrintReport rep, ConfigNode conf, java.io.OutputStream defaultOut)
          use a Filename but be able to give a default output stream
 


Spieleck

Copyleft 2002 spieleck.de.