Class TemplateGenerator
java.lang.Object
io.jmix.reportsui.screen.report.wizard.template.TemplateGenerator
@Component("report_TemplateGenerator")
@Scope("prototype")
public class TemplateGenerator
extends Object
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected GeneratorcreateGenerator(TemplateFileType templateFileType) byte[]generateTemplate(ReportData reportData, TemplateFileType templateFileType)  
- 
Field Details
- 
applicationContext
@Autowired protected org.springframework.context.ApplicationContext applicationContext 
 - 
 - 
Constructor Details
- 
TemplateGenerator
public TemplateGenerator() 
 - 
 - 
Method Details
- 
generateTemplate
public byte[] generateTemplate(ReportData reportData, TemplateFileType templateFileType) throws TemplateGenerationException - Throws:
 TemplateGenerationException
 - 
createGenerator
protected Generator createGenerator(TemplateFileType templateFileType) throws TemplateGenerationException - Throws:
 TemplateGenerationException
 
 -