public class HandlebarsCompiler extends Object
Constructor and Description |
---|
HandlebarsCompiler(Env env,
Resources resources,
CompilerFacade compilers) |
Modifier and Type | Method and Description |
---|---|
void |
addResolver(com.github.jknack.handlebars.ValueResolver resolver) |
String |
compile(String template,
Map<String,?> variables) |
void |
configure(java.util.function.Consumer<com.github.jknack.handlebars.Handlebars> action) |
public HandlebarsCompiler(Env env, Resources resources, CompilerFacade compilers)
public String compile(String template, Map<String,?> variables) throws IOException
IOException
public void configure(java.util.function.Consumer<com.github.jknack.handlebars.Handlebars> action)
public void addResolver(com.github.jknack.handlebars.ValueResolver resolver)
Copyright © 2015. All Rights Reserved.