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 Summary
Constructors -
Method Summary
Methods inherited from class net.datenwerke.rs.core.service.reportmanager.output.AbstractReportOutputGeneratorManager
getOutputGenerator, getRegisteredOutputFormats, getRegisteredOutputGenerators, hasCatchAllOutputGen
-
Constructor Details