Class TemplateConfiguration
- java.lang.Object
-
- com.trivago.cluecumber.engine.rendering.pages.templates.TemplateConfiguration
-
@Singleton public class TemplateConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description TemplateConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description freemarker.template.TemplategetTemplate(String templateName)voidinit(String basePath)
-
-
-
Method Detail
-
init
public void init(String basePath)
-
getTemplate
public freemarker.template.Template getTemplate(String templateName) throws CluecumberException
- Throws:
CluecumberException
-
-