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