protected Template.Fragment |
Template.createFragment(Template.Segment[] segs,
Template.Context currentCtx) |
|
void |
Mustache.AbstractPartialSegment.execute(Template tmpl,
Template.Context ctx,
java.io.Writer out) |
|
void |
Mustache.BlockSegment.execute(Template tmpl,
Template.Context ctx,
java.io.Writer out) |
|
void |
Mustache.FauxSegment.execute(Template tmpl,
Template.Context ctx,
java.io.Writer out) |
|
void |
Mustache.InvertedSegment.execute(Template tmpl,
Template.Context ctx,
java.io.Writer out) |
|
void |
Mustache.SectionSegment.execute(Template tmpl,
Template.Context ctx,
java.io.Writer out) |
|
void |
Mustache.StringSegment.execute(Template tmpl,
Template.Context ctx,
java.io.Writer out) |
|
void |
Mustache.VariableSegment.execute(Template tmpl,
Template.Context ctx,
java.io.Writer out) |
|
(package private) abstract void |
Template.Segment.execute(Template tmpl,
Template.Context ctx,
java.io.Writer out) |
|
protected void |
Mustache.AbstractSectionSegment.executeSegs(Template tmpl,
Template.Context ctx,
java.io.Writer out) |
|
protected void |
Template.executeSegs(Template.Context ctx,
java.io.Writer out) |
|
protected java.lang.Object |
Template.getCompoundValue(Template.Context ctx,
java.lang.String name,
int line,
boolean missingIsNull) |
Decomposes the compound key name into components and resolves the value they
reference.
|
protected java.lang.Object |
Template.getSectionValue(Template.Context ctx,
java.lang.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 java.lang.Object |
Template.getValue(Template.Context ctx,
java.lang.String name,
int line,
boolean missingIsNull) |
Called by executing segments to obtain the value of the specified variable in the supplied
context.
|
protected java.lang.Object |
Template.getValueOrDefault(Template.Context ctx,
java.lang.String name,
int line) |
Returns the value for the specified variable, or the configured default value if the
variable resolves to null.
|