All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description BaseObjectHandler Binding Bindings connect templates to their views.BundleFunctions Factory for Mustache.java translation functions based on localized Resource bundles.BundleFunctions.BundleFunc BundleFunctions.PostTranslateFunc BundleFunctions.PreTranslateFunc CapturingMustacheVisitor Grab a map of values returned from callsCapturingMustacheVisitor.Captured ClassGuard Ensure that the class of the current scope is that same as when this wrapper was generated.ClasspathResolver MustacheResolver implementation that resolves mustache files from the classpath.Code Code objects that are executed in order to evaluate the templateCommentCode CommentFunction Mustache.java block comment function.DecoratedCollection<T> Exposes first / last / index / value on each element.DefaultCode Simplest possible code implementaion with some default shared behaviorDefaultMustache Default MustacheDefaultMustacheFactory Simplest possible code factoryDefaultMustacheVisitor The default implementation that builds up Code listsDefaultResolver Mustache resolver that provides the default functionality that the default mustache factory relies on by combining the classpath and the filesystem resolver.DeferringMustacheFactory This allows you to automatically defer evaluation of partials.DeferringMustacheFactory.Deferral DeferringMustacheFactory.DeferredCallable DepthGuard Check that there are the same number of scope levels.DepthLimitedWriter DotGuard Guard dot notation references.Element<T> ExtendCheckNameCode Name a section: {{$name}}...{{/name}}ExtendCode Extending a template through in-place replacement of the overridden codes.ExtendNameCode Name a section: {{$name}}...{{/name}}FallbackMustacheFactory Mustache.java factory with a fallback mechanism for locating resources.FileSystemResolver MustacheResolver implementation that resolves mustache files from the filesystem.FragmentKey Used for indexing runtime compiled template text from lambdas.Guard Simple specialization of PredicateGuardedBinding Codes are bound to their variables through bindings.GuardedWrapper Wrapper that guards.GuardException If the wrapper has a different calling signature, tell the caller to refind it.HelpMojo Display help information on mustache-maven-plugin.
Callmvn mustache:help -Ddetail=true -Dgoal=<goal-name>to display parameter details.HtmlEscaper Escapes user data that you wish to include in HTML pages.IndentWriter InternalArrayList<E> Used internally for passing around the scopes.IterableCode Iteration This is the callback interface for iterating on a value.LatchedWriter Buffer content while a future is being evaluated in another thread.MapGuard Guards whether or not a name was present in the map.MissingWrapper Used to mark a wrapper this is only guarding a complete miss.Mustache The interface to Mustache objectsMustacheException Generally there is nothing you can do if it fails.MustacheFactory Factory for creating codesMustacheNotFoundException Mustache exception that provides the name of the missing mustache.MustacheParser The parser generates callbacks into the MustacheFactory to build them.MustacheResolver Resolves mustache resources.MustacheValidationMojo MustacheVisitor Callbacks from the parser as a mustache template is parsed.Node NodeValue NotIterableCode Runs the enclosed template once if the value is falsey.NullGuard ObjectHandler The ObjectHandler is responsible for creating wrappers to find values in scopes at runtime and to coerce those results to the appropriate Java typesPartialCode PragmaHandler ReflectionObjectHandler Lookup objects using reflection and execute them the same way.ReflectionWrapper Used for evaluating values at a callsiteSafeMustacheFactory SimpleObjectHandler SimpleObjectHandler.WrapperKey SpecMustacheFactory This factory is similar to DefaultMustacheFactory but handles whitespace according to the mustache specification.SpecMustacheVisitor SpecMustacheVisitor.SpecPartialCode SpecMustacheVisitor.SpecValueCode TemplateContext TemplateFunction Use this function if you to implement additional functions/lambdas (eg.TranslateBundleFunction Mustache.java translation function based on localized ResourceBundles.TypeCheckingHandler Rather than pulling values this looks only at types.URIResolver MustacheResolver implementation that resolves mustache resources using URI objects.ValueCode Output a valueWrappedGuard Dig into the dot notation to guard it from changing.Wrapper Call a wrapped name on a set of scopes.WriteCode Write template text.