public class BaseTableOutputGeneratorProvider extends java.lang.Object implements TableOutputGeneratorProviderHook
Constructor and Description |
---|
BaseTableOutputGeneratorProvider(<any> table,
<any> bean,
<any> xlsStream,
<any> jxls,
<any> xls,
<any> html,
<any> csv,
<any> json,
<any> jsonc,
<any> metadata,
<any> datacount,
<any> pdf,
<any> streamTable,
ConfigService configService) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<TableOutputGenerator> |
provideGenerators() |
public BaseTableOutputGeneratorProvider(<any> table, <any> bean, <any> xlsStream, <any> jxls, <any> xls, <any> html, <any> csv, <any> json, <any> jsonc, <any> metadata, <any> datacount, <any> pdf, <any> streamTable, ConfigService configService)
public java.util.Collection<TableOutputGenerator> provideGenerators()
provideGenerators
in interface TableOutputGeneratorProviderHook
provideGenerators
in interface ReportOutputGeneratorProvider<TableOutputGenerator>