Package | Description |
---|---|
com.github.mustachejava |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMustacheFactory
Simplest possible code factory
|
class |
DeferringMustacheFactory
This allows you to automatically defer evaluation of partials.
|
class |
FallbackMustacheFactory
Mustache.java factory with a fallback mechanism for locating resources.
|
class |
SafeMustacheFactory |
class |
SpecMustacheFactory
This factory is similar to DefaultMustacheFactory but handles whitespace according to the mustache specification.
|
Constructor and Description |
---|
MustacheParser(MustacheFactory mf) |
MustacheParser(MustacheFactory mf,
boolean specConformWhitespace) |
Copyright © 2023. All rights reserved.