Uses of Class
com.samskivert.mustache.Template.Fragment
-
-
Uses of Template.Fragment in com.samskivert.mustache
Methods in com.samskivert.mustache that return Template.Fragment Modifier and Type Method Description protected Template.Fragment
Template. createFragment(Template.Segment[] segs, Template.Context currentCtx)
Methods in com.samskivert.mustache with parameters of type Template.Fragment Modifier and Type Method Description void
Mustache.Lambda. execute(Template.Fragment frag, java.io.Writer out)
Executes this lambda on the supplied template fragment.void
Mustache.InvertibleLambda. executeInverse(Template.Fragment frag, java.io.Writer out)
Executes this lambda on the supplied template fragment, when the lambda is used in an inverse section.
-