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