public class HandlebarsCompiler extends Object
| Constructor and Description |
|---|
HandlebarsCompiler(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(Resources resources, CompilerFacade compilers)
public String compile(String template, Map<String,?> variables) throws IOException
IOExceptionpublic 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.