| Interface | Description |
|---|---|
| Binding |
Bindings connect templates to their views.
|
| 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
|
| MustacheResolver |
Resolves mustache resources.
|
| 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 |
Use this function if you to implement additional functions/lambdas
(eg.
|
| 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 | |
| FallbackMustacheFactory |
Mustache.java factory with a fallback mechanism for locating resources.
|
| FragmentKey |
Used for indexing runtime compiled template text from lambdas.
|
| MustacheParser |
The parser generates callbacks into the MustacheFactory to build them.
|
| TemplateContext | |
| TypeCheckingHandler |
Rather than pulling values this looks only at types.
|
| Exception | Description |
|---|---|
| MustacheException |
Generally there is nothing you can do if it fails.
|
| MustacheNotFoundException |
Mustache exception that provides the name of the missing mustache.
|
Copyright © 2018. All rights reserved.