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 TypeMethodDescriptionReturns an emptyCompiledReportobject to specify the type of report that is generated by this generator.String[]booleanReturns 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 emptyCompiledReportobject to specify the type of report that is generated by this generator.
-