All Classes and Interfaces
Class
Description
A collector that does not use reflection and can be used with GWT.
The default collector used by JMustache.
Defines some standard
Mustache.Escapers.Provides Mustache templating services.
An abstract segment that is a template include.
A helper class for section-like segments.
A parent partial parameter using $ as the sigil.
Handles interpreting objects as collections.
Compiles templates into executable form.
Provides a means to implement custom logic for variable lookup.
Handles escaping characters in substituted text.
Handles converting objects to strings when rendering templates.
A segment that loads and executes a sub-template by spec called a partial.
A segment that represents an inverted section.
Handles lambdas that are also invoked for inverse sections..
Handles lambdas.
A helper class for named segments.
A segment that loads and executes a parent template by spec called inheritance.
A segment that represents a section.
A simple segment that reproduces a string.
Handles loading partial templates.
Reads variables from context objects.
A segment that substitutes the contents of a variable.
Used to visit the tags in a template without executing it.
An exception thrown when an error occurs parsing or executing a Mustache template.
An exception thrown if we encounter a context error (e.g.
An exception thrown if we encounter an error while parsing a template.
Represents a compiled template.
Used to cache variable fetchers for a given context class, name combination.
A template is broken into segments.