Interface Summary |
Code |
Code objects that are executed in order to evaluate the template |
Iteration |
This is the callback interface for iterating on a value. |
Mustache |
The interface to Mustache objects |
MustacheFactory |
Factory for creating codes |
MustacheVisitor |
Callbacks from the parser as a mustache template is parsed. |
ObjectHandler |
The ObjectHandler is responsible for creating wrappers to find values
in scopes at runtime and to coerce those results to the appropriate Java types |
TemplateFunction |
This function is required if you want the opportunity to change
the template vs just changing the output of the template. |