| Package | Description |
|---|---|
| com.github.jknack.handlebars |
| 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 |
|---|
Options.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)
Creates a new Handlebars
Options. |
Copyright © 2015. All rights reserved.