public class MustacheJTemplate extends Object implements MustacheTemplate
| Constructor and Description |
|---|
MustacheJTemplate(com.github.mustachejava.Mustache template) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Object context,
Object parentContext,
Writer out) |
void |
execute(Object context,
Writer out) |
public MustacheJTemplate(com.github.mustachejava.Mustache template)
public void execute(Object context, Writer out) throws MustacheTemplateException
execute in interface MustacheTemplateMustacheTemplateExceptionpublic void execute(Object context, Object parentContext, Writer out) throws MustacheTemplateException
execute in interface MustacheTemplateMustacheTemplateExceptionCopyright © 2016. All Rights Reserved.