Module com.samskivert.jmustache
Package com.samskivert.mustache
-
Interface Summary Interface Description Mustache.Collector Handles interpreting objects as collections.Mustache.CustomContext Provides a means to implement custom logic for variable lookup.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.Mustache.Visitor Used to visit the tags in a template without executing it. -
Class Summary 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 standardMustache.Escapers.Mustache Provides Mustache templating services.Mustache.Compiler Compiles templates into executable form.Template Represents a compiled template. -
Exception Summary 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.