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