@Component(value="report_OutputFormatTools")
@Scope(value="prototype")
public class OutputFormatTools
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<TemplateFileType,java.util.Map<java.lang.String,ReportOutputType>> |
availableOutputFormats |
protected io.jmix.core.Messages |
messages |
Constructor and Description |
---|
OutputFormatTools() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ReportOutputType> |
getOutputAvailableFormats(TemplateFileType templateFileType) |
protected void |
init() |
protected java.util.Map<TemplateFileType,java.util.Map<java.lang.String,ReportOutputType>> availableOutputFormats
@Autowired protected io.jmix.core.Messages messages
@PostConstruct protected void init()
public java.util.Map<java.lang.String,ReportOutputType> getOutputAvailableFormats(TemplateFileType templateFileType)