Uses of Interface
com.samskivert.mustache.Mustache.TemplateLoader
-
Uses of Mustache.TemplateLoader in com.samskivert.mustache
Fields in com.samskivert.mustache declared as Mustache.TemplateLoaderModifier and TypeFieldDescriptionfinal Mustache.TemplateLoaderMustache.Compiler.loaderThe template loader in use during this compilation.Methods in com.samskivert.mustache with parameters of type Mustache.TemplateLoaderModifier and TypeMethodDescriptionMustache.Compiler.withLoader(Mustache.TemplateLoader loader) Returns a compiler configured to use the supplied template loader to handle partials.