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(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) |
static boolean |
MustacheTagType.supportsHelpers(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(Class<? extends Helper> helperClazz,
HelperDefinition definition,
MustacheTagType... allowedTypes) |
Copyright © 2017. All rights reserved.