public interface MustacheTemplate
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Object context,
Object parentContext,
Writer out) |
void |
execute(Object context,
Writer out) |
void execute(Object context, Writer out) throws MustacheTemplateException
MustacheTemplateExceptionvoid execute(Object context, Object parentContext, Writer out) throws MustacheTemplateException
MustacheTemplateExceptionCopyright © 2016. All Rights Reserved.