| Interface | Description |
|---|---|
| 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
|
| PragmaHandler | |
| TemplateFunction |
This function is required if you want the opportunity to change
the template vs just changing the output of the template.
|
| Class | Description |
|---|---|
| DefaultMustacheFactory |
Simplest possible code factory
|
| DefaultMustacheVisitor |
The default implementation that builds up Code lists
|
| DeferringMustacheFactory |
This allows you to automatically defer evaluation of partials.
|
| DeferringMustacheFactory.DeferredCallable | |
| MustacheParser |
The parser generates callbacks into the MustacheFactory to build them.
|
| TemplateContext |
| Exception | Description |
|---|---|
| MustacheException |
Generally there is nothing you can do if it fails.
|
| MustacheTimeoutException |
Special exception just for timeouts.
|
Copyright © 2012. All Rights Reserved.