Class JxlsHTMLOutputGenerator
java.lang.Object
net.datenwerke.rs.jxlsreport.service.jxlsreport.reportengine.output.generator.JxlsOutputGeneratorImpl
net.datenwerke.rs.jxlsreport.service.jxlsreport.reportengine.output.generator.JxlsHTMLOutputGenerator
- All Implemented Interfaces:
ReportOutputGenerator,JxlsOutputGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionJxlsHTMLOutputGenerator(HookHandlerService hookHandler, DwAsyncService asyncService) -
Method Summary
Modifier and TypeMethodDescriptionexportReport(OutputStream os, byte[] template, Connection connection, JxlsReport jxlsReport, ParameterSet parameters, String outputFormat, ReportExecutionConfig... configs) Returns an emptyCompiledReportobject to specify the type of report that is generated by this generator.String[]Methods inherited from class net.datenwerke.rs.jxlsreport.service.jxlsreport.reportengine.output.generator.JxlsOutputGeneratorImpl
isCatchAll
-
Constructor Details
-
Method Details
-
getFormats
- Specified by:
getFormatsin interfaceReportOutputGenerator- Overrides:
getFormatsin classJxlsOutputGeneratorImpl- Returns:
- The generator's format
-
getFormatInfo
Description copied from interface:ReportOutputGeneratorReturns an emptyCompiledReportobject to specify the type of report that is generated by this generator.- Specified by:
getFormatInfoin interfaceReportOutputGenerator- Overrides:
getFormatInfoin classJxlsOutputGeneratorImpl
-
exportReport
public CompiledReport exportReport(OutputStream os, byte[] template, Connection connection, JxlsReport jxlsReport, ParameterSet parameters, String outputFormat, ReportExecutionConfig... configs) throws ReportExecutorException - Specified by:
exportReportin interfaceJxlsOutputGenerator- Overrides:
exportReportin classJxlsOutputGeneratorImpl- Throws:
ReportExecutorException
-