Package | Description |
---|---|
org.apache.tapestry.parse |
Classes used when parsing templates, application and component specifications.
|
Modifier and Type | Field and Description |
---|---|
static TokenType |
TokenType.CLOSE
The closing tag of an element.
|
static TokenType |
TokenType.LOCALIZATION
A reference to a localized string.
|
static TokenType |
TokenType.OPEN
The opening tag of an element.
|
static TokenType |
TokenType.TEXT
Raw HTML text.
|
Modifier and Type | Method and Description |
---|---|
TokenType |
TemplateToken.getType() |
Constructor and Description |
---|
TemplateToken(TokenType type,
org.apache.hivemind.Location location) |