Interface Mustache
- All Superinterfaces:
Code
- All Known Implementing Classes:
DefaultMustache
The interface to Mustache objects
-
Method Summary
Modifier and TypeMethodDescriptionvoidAppend text to the mustache output.clone()Deep clone of the mustache object.default WriterExecute the mustache object with a given writer and a single scope context.default WriterExecute the mustache with a given writer and an array of scope objects.Code[]getCodes()Get the underlying code objects.voidExecute the mustache to output itself.voidinit()Initialize the mustache before executing.Invert this mustache given output text.Only executes the codes.voidChange the underlying codes of the mustache implementation.
-
Method Details
-
append
-
clone
-
execute
-
execute
-
execute
Execute the mustache with a given writer and an array of scope objects. The scopes are searched right-to-left for references. -
getCodes
-
identity
-
init
-
setCodes
-
run
-
invert
-