Package | Description |
---|---|
com.github.jknack.handlebars | |
com.github.jknack.handlebars.helper |
Modifier and Type | Method and Description |
---|---|
Decorator |
HelperRegistry.decorator(String name)
Find a decorator by name.
|
Decorator |
Handlebars.decorator(String name) |
Modifier and Type | Method and Description |
---|---|
HelperRegistry |
HelperRegistry.registerDecorator(String name,
Decorator decorator)
Register a decorator and make it accessible via
HelperRegistry.decorator(String) . |
Handlebars |
Handlebars.registerDecorator(String name,
Decorator decorator) |
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 © 2021. All rights reserved.