org.jbehave.core.reporters
Class FreemarkerProcessor

java.lang.Object
  extended by org.jbehave.core.reporters.FreemarkerProcessor
All Implemented Interfaces:
TemplateProcessor

public class FreemarkerProcessor
extends Object
implements TemplateProcessor


Nested Class Summary
static class FreemarkerProcessor.FreemarkerProcessingFailed
           
 
Constructor Summary
FreemarkerProcessor()
           
 
Method Summary
 freemarker.template.Configuration configuration()
           
 void process(String resource, Map<String,Object> dataModel, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreemarkerProcessor

public FreemarkerProcessor()
Method Detail

process

public void process(String resource,
                    Map<String,Object> dataModel,
                    Writer writer)
Specified by:
process in interface TemplateProcessor

configuration

public freemarker.template.Configuration configuration()


Copyright © 2003-2012. All Rights Reserved.