| Package | Description |
|---|---|
| com.github.jknack.handlebars | |
| com.github.jknack.handlebars.helper | |
| com.github.jknack.handlebars.internal.js |
| Modifier and Type | Method and Description |
|---|---|
Options |
Options.Builder.build()
Build a new
Options object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Decorator.apply(Template fn,
Options options)
Decorate a template with metadata.
|
Object |
Helper.apply(T context,
Options options)
Apply the helper to the context.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
LookupHelper.apply(Object context,
Options options) |
Object |
EachHelper.apply(Object context,
Options options) |
Object |
StringHelpers.apply(Object context,
Options options) |
Object |
MethodHelper.apply(Object context,
Options options) |
Object |
LogHelper.apply(Object context,
Options options) |
Object |
UnlessHelper.apply(Object context,
Options options) |
Object |
BlockHelper.apply(Object context,
Options options) |
Object |
WithHelper.apply(Object context,
Options options) |
Object |
PartialHelper.apply(Object context,
Options options) |
Object |
IfHelper.apply(Object context,
Options options) |
Object |
PrecompileHelper.apply(String path,
Options options) |
Object |
EmbeddedHelper.apply(String path,
Options options) |
void |
InlineDecorator.apply(Template fn,
Options options) |
protected abstract CharSequence |
StringHelpers.safeApply(Object context,
Options options)
Apply the helper to the context.
|
| Constructor and Description |
|---|
RhinoHandlebars.OptionsJs(Options options)
Creates a new
HandlebarsJs options. |
Copyright © 2018. All rights reserved.