Interface | Description |
---|---|
Mustache.Collector |
Handles interpreting objects as collections.
|
Mustache.Escaper |
Handles escaping characters in substituted text.
|
Mustache.Formatter |
Handles converting objects to strings when rendering templates.
|
Mustache.InvertibleLambda |
Handles lambdas that are also invoked for inverse sections..
|
Mustache.Lambda |
Handles lambdas.
|
Mustache.TemplateLoader |
Handles loading partial templates.
|
Mustache.VariableFetcher |
Reads variables from context objects.
|
Class | Description |
---|---|
BasicCollector |
A collector that does not use reflection and can be used with GWT.
|
DefaultCollector |
The default collector used by JMustache.
|
Escapers |
Defines some standard
Mustache.Escaper s. |
Mustache |
Provides Mustache templating services.
|
Mustache.Compiler |
Compiles templates into executable form.
|
Template |
Represents a compiled template.
|
Exception | Description |
---|---|
MustacheException |
An exception thrown when an error occurs parsing or executing a Mustache template.
|
MustacheException.Context |
An exception thrown if we encounter a context error (e.g.
|
MustacheParseException |
An exception thrown if we encounter an error while parsing a template.
|
Copyright © 2016. All rights reserved.