Package | Description |
---|---|
com.github.jknack.handlebars.internal |
Modifier and Type | Class and Description |
---|---|
class |
DefParam
Int or boolean param.
|
class |
RefParam
Look param in the given context.
|
class |
StrParam
String or char literals.
|
class |
VarParam
Var sub-expr param.
|
Constructor and Description |
---|
BlockDecorator(Handlebars handlebars,
String name,
boolean inverted,
List<Param> params,
Map<String,Param> hash,
List<String> blockParams,
boolean root)
Creates a new
BlockDecorator . |
BlockDecorator(Handlebars handlebars,
String name,
boolean inverted,
List<Param> params,
Map<String,Param> hash,
List<String> blockParams,
boolean root)
Creates a new
BlockDecorator . |
VarDecorator(Handlebars handlebars,
String name,
TagType type,
List<Param> params,
Map<String,Param> hash,
boolean root)
Creates a new
VarDecorator . |
VarDecorator(Handlebars handlebars,
String name,
TagType type,
List<Param> params,
Map<String,Param> hash,
boolean root)
Creates a new
VarDecorator . |
Copyright © 2021. All rights reserved.