public interface HelperDefinition
Modifier and Type | Interface and Description |
---|---|
static interface |
HelperDefinition.ValuePlaceholder
A value placeholder represents an expression which will be evaluated
right before the helper execution.
|
Modifier and Type | Method and Description |
---|---|
String |
getContentLiteralBlock()
Note that the text is reconstructed and will not be an exact copy when
"Set Delimiter" tags are used.
|
Map<String,Object> |
getHash()
The map may contain
HelperDefinition.ValuePlaceholder instances during validation. |
default Object |
getParameter(int index,
Object defaultValue) |
List<Object> |
getParameters()
The list may contain
HelperDefinition.ValuePlaceholder instances during
validation. |
MustacheTagInfo |
getTagInfo() |
MustacheTagInfo getTagInfo()
List<Object> getParameters()
HelperDefinition.ValuePlaceholder
instances during
validation.default Object getParameter(int index, Object defaultValue)
index
- defaultValue
- Map<String,Object> getHash()
HelperDefinition.ValuePlaceholder
instances during validation.String getContentLiteralBlock()
Segment.getLiteralBlock()
Copyright © 2017. All rights reserved.