Uses of Interface
com.github.mustachejava.MustacheFactory
-
Packages that use MustacheFactory Package Description com.github.mustachejava -
-
Uses of MustacheFactory in com.github.mustachejava
Classes in com.github.mustachejava that implement MustacheFactory Modifier and Type Class Description classDefaultMustacheFactorySimplest possible code factoryclassDeferringMustacheFactoryThis allows you to automatically defer evaluation of partials.classFallbackMustacheFactoryMustache.java factory with a fallback mechanism for locating resources.classSafeMustacheFactoryclassSpecMustacheFactoryThis factory is similar to DefaultMustacheFactory but handles whitespace according to the mustache specification.Fields in com.github.mustachejava declared as MustacheFactory Modifier and Type Field Description private MustacheFactoryMustacheParser. mfConstructors in com.github.mustachejava with parameters of type MustacheFactory Constructor Description MustacheParser(MustacheFactory mf)MustacheParser(MustacheFactory mf, boolean specConformWhitespace)
-