Package | Description |
---|---|
com.github.jknack.handlebars | |
com.github.jknack.handlebars.helper |
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 |
WithHelper.apply(Object context,
Options options) |
Object |
UnlessHelper.apply(Object context,
Options options) |
Object |
StringHelpers.apply(Object context,
Options options) |
Object |
PartialHelper.apply(Object context,
Options options) |
Object |
MethodHelper.apply(Object context,
Options options) |
Object |
LookupHelper.apply(Object context,
Options options) |
Object |
LogHelper.apply(Object context,
Options options) |
Object |
IfHelper.apply(Object context,
Options options) |
Object |
EachHelper.apply(Object context,
Options options) |
Object |
BlockHelper.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.
|
Copyright © 2021. All rights reserved.