public class SpecMustacheVisitor extends DefaultMustacheVisitor
df, list, logger| Constructor and Description |
|---|
SpecMustacheVisitor(DefaultMustacheFactory df) |
| Modifier and Type | Method and Description |
|---|---|
void |
partial(TemplateContext tc,
String variable,
String indent) |
void |
value(TemplateContext tc,
String variable,
boolean encoded) |
addPragmaHandler, checkName, comment, eof, extend, iterable, mustache, name, notIterable, pragma, writepublic SpecMustacheVisitor(DefaultMustacheFactory df)
public void partial(TemplateContext tc, String variable, String indent)
partial in interface MustacheVisitorpartial in class DefaultMustacheVisitorpublic void value(TemplateContext tc, String variable, boolean encoded)
value in interface MustacheVisitorvalue in class DefaultMustacheVisitorCopyright © 2021. All rights reserved.