Module com.samskivert.jmustache
Package com.samskivert.mustache
package com.samskivert.mustache
-
ClassDescriptionA 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.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.Handles lambdas that are also invoked for inverse sections..Handles lambdas.Handles loading partial templates.Reads variables from context objects.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.