Interface | Description |
---|---|
I18nSource |
Resolve message keys and message for internationalization.
|
Class | Description |
---|---|
BlockHelper |
The block helper will replace its section with the partial of the same name if it exists.
|
DefaultHelperRegistry |
Default implementation of
HelperRegistry . |
EachHelper |
You can iterate over a list using the built-in each helper.
|
EmbeddedHelper |
Given:
home.hbs
|
IfHelper |
You can use the if helper to conditionally render a block.
|
InlineDecorator |
Inline partials via
Decorator API. |
LogHelper |
Log a message.
|
LookupHelper |
Lookup helper, which allows to get a context variable.
|
MethodHelper |
Wrap a method as Handlebars helper.
|
PartialHelper |
The partial registry helper.
|
PrecompileHelper |
Precompile a template to JavaScript using handlebars.js.
|
UnlessHelper |
You can use the unless helper as the inverse of the if helper.
|
WithHelper |
Normally, Handlebars templates are evaluated against the context passed into
the compiled method.
|
Enum | Description |
---|---|
I18nHelper |
Implementation of i18n helper for Java and JavaScript.
|
StringHelpers |
Commons string function helpers.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved