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.FragmentTemplate.createFragment(Template.Segment[] segs, Template.Context currentCtx) final voidMustache.AbstractPartialSegment.execute(Template tmpl, Template.Context ctx, Writer out) voidMustache.BlockSegment.execute(Template tmpl, Template.Context ctx, Writer out) voidMustache.FauxSegment.execute(Template tmpl, Template.Context ctx, Writer out) voidMustache.InvertedSegment.execute(Template tmpl, Template.Context ctx, Writer out) voidMustache.SectionSegment.execute(Template tmpl, Template.Context ctx, Writer out) voidMustache.StringSegment.execute(Template tmpl, Template.Context ctx, Writer out) voidMustache.VariableSegment.execute(Template tmpl, Template.Context ctx, Writer out) (package private) abstract voidTemplate.Segment.execute(Template tmpl, Template.Context ctx, Writer out) protected voidMustache.AbstractSectionSegment.executeSegs(Template tmpl, Template.Context ctx, Writer out) protected voidTemplate.executeSegs(Template.Context ctx, Writer out) protected ObjectTemplate.getCompoundValue(Template.Context ctx, String name, int line, boolean missingIsNull) Decomposes the compound keynameinto components and resolves the value they reference.protected ObjectTemplate.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 ObjectTemplate.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 ObjectTemplate.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)