Class and Description |
---|
Context
Mustache/Handlebars are contextual template engines.
|
Context.Builder
A context builder.
|
Decorator
A decorator allows a declarative means to both annotate particular blocks with metadata as
well as to wrap in behaviors when desired, prior to execution.
|
EscapingStrategy
A strategy for determining how to escape a variable (
{{variable}} ).. |
Formatter
Format a variable to something else.
|
Formatter.Chain
Call the next formatter in the chain.
|
Handlebars
Handlebars provides the power necessary to let you build semantic templates effectively with no
frustration.
|
HandlebarsError
Useful information about a handlebar error.
|
Helper
Handlebars helpers can be accessed from any context in a template.
|
HelperRegistry
The helper registry.
|
Options
Options available for
Helper.apply(Object, Options) . |
Options.Buffer
Buffer like use it to increase rendering time while using helpers.
|
Options.Builder
An
Options builder. |
Parser
The Handlebars Parser.
|
ParserFactory
Creates a new Handlebars parser.
|
PathExpression
Compiled version of path expression, like:
this , foo ,
foo.bar . |
PathExpression.Chain
Call the next expression in the chain and/or finalize the process if this was the tail.
|
TagType
Tags are indicated by the double mustaches.
|
Template
A compiled template created by
Handlebars.compileInline(String) . |
TypeSafeTemplate
Make handlebars templates type-safe.
|
ValueResolver
A hook interface for resolving values from the
context stack . |
Class and Description |
---|
Parser
The Handlebars Parser.
|
Template
A compiled template created by
Handlebars.compileInline(String) . |
Class and Description |
---|
ValueResolver
A hook interface for resolving values from the
context stack . |
Class and Description |
---|
Decorator
A decorator allows a declarative means to both annotate particular blocks with metadata as
well as to wrap in behaviors when desired, prior to execution.
|
Handlebars
Handlebars provides the power necessary to let you build semantic templates effectively with no
frustration.
|
Helper
Handlebars helpers can be accessed from any context in a template.
|
HelperRegistry
The helper registry.
|
Options
Options available for
Helper.apply(Object, Options) . |
Template
A compiled template created by
Handlebars.compileInline(String) . |
Class and Description |
---|
Context
Mustache/Handlebars are contextual template engines.
|
Formatter
Format a variable to something else.
|
Formatter.Chain
Call the next formatter in the chain.
|
Handlebars
Handlebars provides the power necessary to let you build semantic templates effectively with no
frustration.
|
Parser
The Handlebars Parser.
|
ParserFactory
Creates a new Handlebars parser.
|
PathExpression
Compiled version of path expression, like:
this , foo ,
foo.bar . |
TagType
Tags are indicated by the double mustaches.
|
Template
A compiled template created by
Handlebars.compileInline(String) . |
Class and Description |
---|
Context
Mustache/Handlebars are contextual template engines.
|
PathExpression
Compiled version of path expression, like:
this , foo ,
foo.bar . |
PathExpression.Chain
Call the next expression in the chain and/or finalize the process if this was the tail.
|
ValueResolver
A hook interface for resolving values from the
context stack . |
Copyright © 2021. All rights reserved.