| Package | Description |
|---|---|
| com.github.mustachejava | |
| com.github.mustachejava.codes | |
| com.github.mustachejava.util |
| Modifier and Type | Class and Description |
|---|---|
class |
DeferringMustacheFactory
This allows you to automatically defer evaluation of partials.
|
class |
FallbackMustacheFactory
Mustache.java factory with a fallback mechanism for locating resources.
|
| Modifier and Type | Field and Description |
|---|---|
protected DefaultMustacheFactory |
DefaultMustacheVisitor.cf |
| Constructor and Description |
|---|
DefaultMustacheVisitor(DefaultMustacheFactory cf) |
| Constructor and Description |
|---|
ExtendCode(TemplateContext tc,
DefaultMustacheFactory mf,
Mustache codes,
String name) |
ExtendNameCode(TemplateContext templateContext,
DefaultMustacheFactory cf,
Mustache mustache,
String variable) |
IterableCode(TemplateContext tc,
DefaultMustacheFactory cf,
Mustache mustache,
String variable) |
NotIterableCode(TemplateContext templateContext,
DefaultMustacheFactory cf,
Mustache mustache,
String variable) |
PartialCode(TemplateContext tc,
DefaultMustacheFactory cf,
Mustache mustache,
String type,
String variable) |
PartialCode(TemplateContext tc,
DefaultMustacheFactory cf,
String variable) |
ValueCode(TemplateContext tc,
DefaultMustacheFactory cf,
String variable,
boolean encoded) |
| Constructor and Description |
|---|
CapturingMustacheVisitor(DefaultMustacheFactory cf,
CapturingMustacheVisitor.Captured captured) |
Copyright © 2012. All Rights Reserved.