Uses of Class
com.samskivert.mustache.Template
-
Uses of Template in com.samskivert.mustache
Methods in com.samskivert.mustache that return TemplateModifier and TypeMethodDescriptionCompiles the supplied template into a repeatedly executable intermediate form.Compiles the supplied template into a repeatedly executable intermediate form.Mustache.Compiler.loadTemplate(String name) Loads and compiles the templatenameusing this compiler's configured template loader.Methods in com.samskivert.mustache with parameters of type TemplateModifier and TypeMethodDescriptionabstract voidTemplate.Fragment.executeTemplate(Template tmpl, Writer out) Executestmplusing this fragment's bound context.