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, write
public SpecMustacheVisitor(DefaultMustacheFactory df)
public void partial(TemplateContext tc, String variable, String indent)
partial
in interface MustacheVisitor
partial
in class DefaultMustacheVisitor
public void value(TemplateContext tc, String variable, boolean encoded)
value
in interface MustacheVisitor
value
in class DefaultMustacheVisitor
Copyright © 2024. All rights reserved.