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 |
|---|---|
Map<String,Object> |
getHash()
The map may contain
HelperDefinition.ValuePlaceholder instances during validation. |
List<Object> |
getParameters()
The list may contain
HelperDefinition.ValuePlaceholder instances during
validation. |
MustacheTagInfo |
getTagInfo() |
MustacheTagInfo getTagInfo()
List<Object> getParameters()
HelperDefinition.ValuePlaceholder instances during
validation.Map<String,Object> getHash()
HelperDefinition.ValuePlaceholder instances during validation.Copyright © 2014. All Rights Reserved.