A collector that does not use reflection and can be used with GWT.
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.
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.
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.
Represents a compiled template.
Encapsulates a fragment of a template that is passed to a lambda.
Used to cache variable fetchers for a given context class, name combination.
A template is broken into segments.