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 Mustache.TemplateLoaderMustache.Compiler. loaderThe template loader in use during this compilation.Methods in com.samskivert.mustache with parameters of type Mustache.TemplateLoader Modifier and Type Method Description Mustache.CompilerMustache.Compiler. withLoader(Mustache.TemplateLoader loader)Returns a compiler configured to use the supplied template loader to handle partials.
-