Package | Description |
---|---|
com.github.mustachejava | |
com.github.mustachejava.resolver |
Constructor and Description |
---|
DefaultMustacheFactory(MustacheResolver mustacheResolver) |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathResolver
MustacheResolver implementation that resolves mustache files from the classpath.
|
class |
DefaultResolver
Mustache resolver that provides the default functionality
that the default mustache factory relies on by combining
the classpath and the filesystem resolver.
|
class |
FileSystemResolver
MustacheResolver implementation that resolves
mustache files from the filesystem.
|
Copyright © 2018. All rights reserved.