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