public class JxlsOutputGeneratorImpl extends java.lang.Object implements JxlsOutputGenerator
| Constructor and Description |
|---|
JxlsOutputGeneratorImpl(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() |
boolean |
isCatchAll()
Returns true if this generator should be used if the format is not
recognized.
|
public JxlsOutputGeneratorImpl(HookHandlerService hookHandler, DwAsyncService asyncService)
public boolean isCatchAll()
ReportOutputGeneratorisCatchAll in interface ReportOutputGeneratorpublic java.lang.String[] getFormats()
getFormats in interface ReportOutputGeneratorpublic CompiledReport getFormatInfo()
ReportOutputGeneratorCompiledReport object to specify the type of report
that is generated by this generator.getFormatInfo in interface ReportOutputGeneratorpublic 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 JxlsOutputGeneratorReportExecutorException