net.thucydides.core.reports.templates
Class FreemarkerReportTemplate
java.lang.Object
net.thucydides.core.reports.templates.FreemarkerReportTemplate
- All Implemented Interfaces:
- ReportTemplate
public class FreemarkerReportTemplate
- extends Object
- implements ReportTemplate
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreemarkerReportTemplate
public FreemarkerReportTemplate(freemarker.template.Configuration configuration,
String templateFile)
throws IOException,
TemplateMergeException
- Throws:
IOException
TemplateMergeException
merge
public void merge(Map<String,Object> context,
StringWriter writer)
throws TemplateMergeException
- Specified by:
merge in interface ReportTemplate
- Throws:
TemplateMergeException
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.