| Package | Description |
|---|---|
| com.github.jknack.handlebars | |
| com.github.jknack.handlebars.internal |
| Modifier and Type | Field and Description |
|---|---|
TagType |
Options.tagType
The
TagType from where the helper was called. |
| Modifier and Type | Method and Description |
|---|---|
static TagType |
TagType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagType[] |
TagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
Template.collect(TagType... tagType)
Collect all the tag names under the given tagType.
|
| Constructor and Description |
|---|
Builder(Handlebars handlebars,
String helperName,
TagType tagType,
Context context,
Template fn)
Creates a new
Options.Builder. |
Options(Handlebars handlebars,
String helperName,
TagType tagType,
Context context,
Template fn,
Template inverse,
Object[] params,
Map<String,Object> hash,
List<String> blockParams)
Creates a new Handlebars
Options. |
Options(Handlebars handlebars,
String helperName,
TagType tagType,
Context context,
Template fn,
Template inverse,
Object[] params,
Map<String,Object> hash,
List<String> blockParams,
Writer writer)
Creates a new Handlebars
Options. |
| Constructor and Description |
|---|
VarDecorator(Handlebars handlebars,
String name,
TagType type,
List<Param> params,
Map<String,Param> hash,
boolean root)
Creates a new
VarDecorator. |
Copyright © 2020. All rights reserved.