Interface IdFMTemplateType<T extends IdFMDataModelType>
- Type Parameters:
T- The type of template data
public interface IdFMTemplateType<T extends IdFMDataModelType>
The type of freemarker templates.
-
Method Summary
-
Method Details
-
process
Execute the template with the given input data.- Parameters:
value- The dataoutput- The output writer- Throws:
freemarker.template.TemplateException- On template errors such as missing variablesIOException- On I/O errors
-