Interface ReportOutputGenerator

All Known Subinterfaces:
BirtOutputGenerator, CrystalOutputGenerator, GridEditorOutputGenerator, JasperOutputGenerator, JxlsOutputGenerator, SaikuOutputGenerator, ScriptReportOutputGenerator, SimpleJxlsTemplateOutputGenerator, TableOutputGenerator
All Known Implementing Classes:
BirtDOCOutputGenerator, BirtHTMLOutputGenerator, BirtOutputGeneratorImpl, BirtPDFOutputGenerator, BirtPNGOutputGenerator, BirtXLSOutputGenerator, CompactJSONOutputGenerator, CrystalCSVOutputGenerator, CrystalExcelOutputGenerator, CrystalOutputGeneratorImpl, CrystalPDFOutputGenerator, CrystalPNGOutputGenerator, CrystalTextOutputGenerator, CrystalWordOutputGenerator, CrystalXMLOutputGenerator, CSVOutputGenerator, DataCountOutputGenerator, DummyJxlsTemplateOutputGenerator, GridEditorDataLoader, GridEditorExcelExport, HTMLOutputGenerator, JasperCsvOutputGenerator, JasperHTMLOutputGenerator, JasperOutputGeneratorImpl, JasperPDFOutputGenerator, JasperPNGOutputGenerator, JasperRTFOutputGenerator, JasperXLSOutputGenerator, JSONOutputGenerator, JxlsHTMLOutputGenerator, JxlsOutputGeneratorImpl, JxlsTemplateOutputGenerator, LegacyTablePDFOutputGenerator, MetaDataOutputGenerator, PdfTableOutputGenerator, RSTableOutputGenerator, RSTableSimpleBeanOutputGenerator, SaikuChartHTMLOutputGenerator, SaikuCSVOutputGenerator, SaikuHTMLOutputGenerator, SaikuOutputGeneratorImpl, SaikuPDFOutputGenerator, SaikuXLSOutputGenerator, ScriptReportGenericOutputGenerator, StreamTableOutputGenerator, TableOutputGeneratorImpl, TableReportInformationOutputGenerator, XLSOutputGenerator, XLSStreamOutputGenerator

public interface ReportOutputGenerator
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an empty CompiledReport object to specify the type of report that is generated by this generator.
     
    boolean
    Returns true if this generator should be used if the format is not recognized.
  • Method Details

    • getFormats

      String[] getFormats()
      Returns:
      The generator's format
    • isCatchAll

      boolean isCatchAll()
      Returns true if this generator should be used if the format is not recognized.
    • getFormatInfo

      CompiledReport getFormatInfo()
      Returns an empty CompiledReport object to specify the type of report that is generated by this generator.