Package net.pwall.mustache
Class Template.ElementWithChildren
-
- All Implemented Interfaces:
-
net.pwall.mustache.Template.Element
public abstract class Template.ElementWithChildren implements Template.Element
-
-
Constructor Summary
Constructors Constructor Description Template.ElementWithChildren(List<Template.Element> children)
-
Method Summary
Modifier and Type Method Description final UnitappendChildren(Appendable appendable, Context context)-
-
Constructor Detail
-
Template.ElementWithChildren
Template.ElementWithChildren(List<Template.Element> children)
-
-
Method Detail
-
appendChildren
final Unit appendChildren(Appendable appendable, Context context)
-
-
-
-