| Package | Description |
|---|---|
| org.trimou.engine | |
| org.trimou.engine.parser |
| Modifier and Type | Method and Description |
|---|---|
static MustacheTagType |
MustacheTagType.fromBuffer(String buffer,
Delimiters delimiters)
Identify the tag type (variable, comment, etc.).
|
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 |
|---|---|
MustacheTagType |
ParsedTag.getType() |
| Constructor and Description |
|---|
ParsedTag(String content,
MustacheTagType type) |
Copyright © 2013. All Rights Reserved.