| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TableOutputGenerator> |
BaseTableOutputGeneratorProvider.provideGenerators() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TableOutputGenerator> |
TableOutputGeneratorProviderHook.provideGenerators() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableExportHook.afterExport(Report report,
User user,
CompiledReport compiledReport,
TableOutputGenerator outputGenerator,
java.lang.String outputFormat) |
void |
TableExportHook.beforeExport(Report report,
User user,
TableDefinition td,
TableOutputGenerator outputGenerator,
java.lang.String outputFormat) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TableOutputGenerator> |
TableOutputGeneratorProviderHookAdapter.provideGenerators() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimpleJxlsTemplateOutputGenerator |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataTablePdfExportHooker.afterExport(Report report,
User user,
CompiledReport compiledReport,
TableOutputGenerator outputGenerator,
java.lang.String outputFormat) |
void |
MetadataTablePdfExportHooker.beforeExport(Report report,
User user,
TableDefinition td,
TableOutputGenerator outputGenerator,
java.lang.String outputFormat) |
| Modifier and Type | Class and Description |
|---|---|
class |
JxlsTemplateOutputGenerator |