net.thucydides.core.reports.templates
Class FreemarkerReportTemplate

Package class diagram package FreemarkerReportTemplate
java.lang.Object
  extended by net.thucydides.core.reports.templates.FreemarkerReportTemplate
All Implemented Interfaces:
ReportTemplate

public class FreemarkerReportTemplate
extends Object
implements ReportTemplate


Constructor Summary
FreemarkerReportTemplate(freemarker.template.Configuration configuration, String templateFile)
           
 
Method Summary
 void merge(Map<String,Object> context, StringWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreemarkerReportTemplate

public FreemarkerReportTemplate(freemarker.template.Configuration configuration,
                                String templateFile)
                         throws IOException,
                                TemplateMergeException
Throws:
IOException
TemplateMergeException
Method Detail

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.