Class FreemarkerTemplate
java.lang.Object
com.aventstack.extentreports.templating.FreemarkerTemplate
-
Constructor Summary
ConstructorsConstructorDescriptionFreemarkerTemplate(freemarker.template.Configuration freemarkerConfiguration) FreemarkerTemplate(Class<?> clazz, String encoding) FreemarkerTemplate(Class<?> clazz, String basePackagePath, String encoding) -
Method Summary
-
Constructor Details
-
FreemarkerTemplate
public FreemarkerTemplate(freemarker.template.Configuration freemarkerConfiguration) -
FreemarkerTemplate
-
FreemarkerTemplate
-
-
Method Details
-
createTemplate
public freemarker.template.Template createTemplate(String templatePath) throws freemarker.template.TemplateNotFoundException, freemarker.template.MalformedTemplateNameException, freemarker.core.ParseException, IOException - Throws:
freemarker.template.TemplateNotFoundExceptionfreemarker.template.MalformedTemplateNameExceptionfreemarker.core.ParseExceptionIOException
-
getSource
public String getSource(freemarker.template.Template template, Map<String, Object> templateMap) throws freemarker.template.TemplateException, IOException- Throws:
freemarker.template.TemplateExceptionIOException
-
writeTemplate
public void writeTemplate(freemarker.template.Template template, Map<String, Object> templateMap, File outputFile) throws freemarker.template.TemplateException, IOException- Throws:
freemarker.template.TemplateExceptionIOException
-