Uses of Interface
com.samskivert.mustache.Mustache.TemplateLoader
-
-
Uses of Mustache.TemplateLoader in com.samskivert.mustache
Fields in com.samskivert.mustache declared as Mustache.TemplateLoader Modifier and Type Field Description protected static Mustache.TemplateLoader
Mustache. FAILING_LOADER
Mustache.TemplateLoader
Mustache.Compiler. loader
The template loader in use during this compilation.Methods in com.samskivert.mustache with parameters of type Mustache.TemplateLoader Modifier and Type Method Description Mustache.Compiler
Mustache.Compiler. withLoader(Mustache.TemplateLoader loader)
Returns a compiler configured to use the supplied template loader to handle partials.Constructors in com.samskivert.mustache with parameters of type Mustache.TemplateLoader Constructor Description Compiler(boolean standardsMode, boolean strictSections, java.lang.String nullValue, boolean missingIsNull, boolean emptyStringIsFalse, boolean zeroIsFalse, Mustache.Formatter formatter, Mustache.Escaper escaper, Mustache.TemplateLoader loader, Mustache.Collector collector, Mustache.Delims delims)
-