Package net.pwall.mustache
Class Template.Section
-
- All Implemented Interfaces:
-
net.pwall.mustache.Template.Element
public final class Template.Section extends Template.ElementWithChildren
-
-
Constructor Summary
Constructors Constructor Description Template.Section(String name, List<Template.Element> children)
-
Method Summary
Modifier and Type Method Description UnitappendTo(Appendable appendable, Context context)-
-
Constructor Detail
-
Template.Section
Template.Section(String name, List<Template.Element> children)
-
-
Method Detail
-
appendTo
Unit appendTo(Appendable appendable, Context context)
-
-
-
-