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