Class TableOutputGeneratorManager

java.lang.Object
net.datenwerke.rs.core.service.reportmanager.output.AbstractReportOutputGeneratorManager<TableOutputGenerator>
net.datenwerke.rs.base.service.reportengines.table.output.generator.TableOutputGeneratorManager

public class TableOutputGeneratorManager extends AbstractReportOutputGeneratorManager<TableOutputGenerator>
Manages the output generators for table reports.

Currently only one instance of each output generator is created. This might lead to problems and should be investigated.

  • Constructor Details

    • TableOutputGeneratorManager

      public TableOutputGeneratorManager(HookHandlerService hookHandler)