Uses of Class
com.samskivert.mustache.Template.Context
-
Uses of Template.Context in com.samskivert.mustache
Fields in com.samskivert.mustache declared as Template.ContextMethods in com.samskivert.mustache that return Template.ContextModifier and TypeMethodDescriptionMethods in com.samskivert.mustache with parameters of type Template.ContextModifier and TypeMethodDescriptionprotected Template.Fragment
Template.createFragment
(Template.Segment[] segs, Template.Context currentCtx) final 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) protected void
Template.executeSegs
(Template.Context ctx, Writer out) protected Object
Template.getCompoundValue
(Template.Context ctx, String name, int line, boolean missingIsNull) Decomposes the compound keyname
into components and resolves the value they reference.protected Object
Template.getSectionValue
(Template.Context ctx, String name, int line) Returns the value of the specified variable, noting that it is intended to be used as the contents for a section.protected Object
Template.getValue
(Template.Context ctx, String name, int line, boolean missingIsNull) Called by executing segments to obtain the value of the specified variable in the supplied context.protected Object
Template.getValueOrDefault
(Template.Context ctx, String name, int line) Returns the value for the specified variable, or the configured default value if the variable resolves to null.Constructors in com.samskivert.mustache with parameters of type Template.ContextModifierConstructorDescriptionContext
(Object data, Template.Context parent, int index, boolean onFirst, boolean onLast)