Uses of Class
com.samskivert.mustache.Template
-
Uses of Template in com.samskivert.mustache
Fields in com.samskivert.mustache declared as TemplateMethods in com.samskivert.mustache that return TemplateModifier and TypeMethodDescriptionprotected Template
Mustache.AbstractPartialSegment._loadTemplate()
protected Template
Mustache.ParentTemplateSegment._loadTemplate()
protected static Template
Mustache.compile
(Reader source, Mustache.Compiler compiler) Compiles the supplied template into a repeatedly executable intermediate form.Compiles the supplied template into a repeatedly executable intermediate form.Compiles the supplied template into a repeatedly executable intermediate form.protected final Template
Mustache.AbstractPartialSegment.getTemplate()
protected Template
Mustache.Compiler.loadTemplate
(String name) Loads and compiles the templatename
using this compiler's configured template loader.protected Template
Template.replaceBlocks
(Map<String, Mustache.BlockSegment> blocks) Methods in com.samskivert.mustache with parameters of type TemplateModifier and TypeMethodDescriptionfinal void
Mustache.AbstractPartialSegment.execute
(Template tmpl, Template.Context ctx, Writer out) void
Mustache.BlockSegment.execute
(Template tmpl, Template.Context ctx, Writer out) void
Mustache.FauxSegment.execute
(Template tmpl, Template.Context ctx, Writer out) void
Mustache.InvertedSegment.execute
(Template tmpl, Template.Context ctx, Writer out) void
Mustache.SectionSegment.execute
(Template tmpl, Template.Context ctx, Writer out) void
Mustache.StringSegment.execute
(Template tmpl, Template.Context ctx, Writer out) void
Mustache.VariableSegment.execute
(Template tmpl, Template.Context ctx, Writer out) (package private) abstract void
Template.Segment.execute
(Template tmpl, Template.Context ctx, Writer out) protected void
Mustache.AbstractSectionSegment.executeSegs
(Template tmpl, Template.Context ctx, Writer out) abstract void
Template.Fragment.executeTemplate
(Template tmpl, Writer out) Executestmpl
using this fragment's bound context.