| Package | Description |
|---|---|
| org.trimou.engine | |
| org.trimou.engine.segment | |
| org.trimou.handlebars |
| Modifier and Type | Method and Description |
|---|---|
MustacheTagType |
MustacheTagInfo.getType() |
static MustacheTagType |
MustacheTagType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MustacheTagType[] |
MustacheTagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MustacheTagType.contentMustBeNonWhitespaceCharacterSequence(MustacheTagType type) |
static boolean |
MustacheTagType.contentMustBeValidated(MustacheTagType type) |
| Modifier and Type | Method and Description |
|---|---|
protected MustacheTagType |
ValueSegment.getTagType() |
| Modifier and Type | Method and Description |
|---|---|
static SegmentType |
SegmentType.fromTag(MustacheTagType tagType) |
| Modifier and Type | Field and Description |
|---|---|
protected static MustacheTagType[] |
BasicHelper.HELPER_TAG_TYPES |
protected static MustacheTagType[] |
BasicSectionHelper.SECTION_TYPES |
protected static MustacheTagType[] |
BasicValueHelper.VALUE_TAG_TYPES |
| Modifier and Type | Method and Description |
|---|---|
protected MustacheTagType[] |
BasicValueHelper.allowedTagTypes() |
protected MustacheTagType[] |
BasicSectionHelper.allowedTagTypes() |
protected MustacheTagType[] |
BasicHelper.allowedTagTypes() |
| Modifier and Type | Method and Description |
|---|---|
static void |
HelperValidator.checkType(java.lang.Class<?> helperClazz,
HelperDefinition definition,
MustacheTagType... allowedTypes) |
Copyright © 2014. All Rights Reserved.