| BasicCollector |
A collector that does not use reflection and can be used with GWT.
|
| Mustache.Collector |
Handles interpreting objects as collections.
|
| Mustache.Compiler |
Compiles templates into executable form.
|
| Mustache.Escaper |
Handles escaping characters in substituted text.
|
| Mustache.Formatter |
Handles converting objects to strings when rendering templates.
|
| Mustache.Lambda |
Handles lambdas.
|
| Mustache.TemplateLoader |
Handles loading partial templates.
|
| Mustache.VariableFetcher |
Reads variables from context objects.
|
| Mustache.Visitor |
Used to visit the tags in a template without executing it.
|
| MustacheException |
An exception thrown when an error occurs parsing or executing a Mustache template.
|
| Template |
Represents a compiled template.
|
| Template.Fragment |
Encapsulates a fragment of a template that is passed to a lambda.
|