public class JxlsHTMLOutputGenerator extends JxlsOutputGeneratorImpl
| Constructor and Description |
|---|
JxlsHTMLOutputGenerator(HookHandlerService hookHandler,
DwAsyncService asyncService) |
| Modifier and Type | Method and Description |
|---|---|
CompiledReport |
exportReport(java.io.OutputStream os,
byte[] template,
java.sql.Connection connection,
JxlsReport jxlsReport,
ParameterSet parameters,
java.lang.String outputFormat,
ReportExecutionConfig... configs) |
CompiledReport |
getFormatInfo()
Returns an empty
CompiledReport object to specify the type of report
that is generated by this generator. |
java.lang.String[] |
getFormats() |
isCatchAllpublic JxlsHTMLOutputGenerator(HookHandlerService hookHandler, DwAsyncService asyncService)
public java.lang.String[] getFormats()
getFormats in interface ReportOutputGeneratorgetFormats in class JxlsOutputGeneratorImplpublic CompiledReport getFormatInfo()
ReportOutputGeneratorCompiledReport object to specify the type of report
that is generated by this generator.getFormatInfo in interface ReportOutputGeneratorgetFormatInfo in class JxlsOutputGeneratorImplpublic CompiledReport exportReport(java.io.OutputStream os, byte[] template, java.sql.Connection connection, JxlsReport jxlsReport, ParameterSet parameters, java.lang.String outputFormat, ReportExecutionConfig... configs) throws ReportExecutorException
exportReport in interface JxlsOutputGeneratorexportReport in class JxlsOutputGeneratorImplReportExecutorException