| Package | Description |
|---|---|
| com.github.jknack.handlebars | |
| com.github.jknack.handlebars.helper |
| Modifier and Type | Method and Description |
|---|---|
Decorator |
Handlebars.decorator(String name) |
Decorator |
HelperRegistry.decorator(String name)
Find a decorator by name.
|
| Modifier and Type | Method and Description |
|---|---|
Handlebars |
Handlebars.registerDecorator(String name,
Decorator decorator) |
HelperRegistry |
HelperRegistry.registerDecorator(String name,
Decorator decorator)
Register a decorator and make it accessible via
HelperRegistry.decorator(String). |
| Modifier and Type | Class and Description |
|---|---|
class |
InlineDecorator
Inline partials via
Decorator API. |
| Modifier and Type | Field and Description |
|---|---|
static Decorator |
InlineDecorator.INSTANCE
A singleton instance of this helper.
|
| Modifier and Type | Method and Description |
|---|---|
Decorator |
DefaultHelperRegistry.decorator(String name) |
| Modifier and Type | Method and Description |
|---|---|
HelperRegistry |
DefaultHelperRegistry.registerDecorator(String name,
Decorator decorator) |
Copyright © 2020. All rights reserved.