|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenType | |
org.apache.tapestry.parse | Classes used when parsing templates, application and component specifications. |
Uses of TokenType in org.apache.tapestry.parse |
Fields in org.apache.tapestry.parse declared as TokenType | |
static TokenType |
TokenType.TEXT
Raw HTML text. |
static TokenType |
TokenType.OPEN
The opening tag of an element. |
static TokenType |
TokenType.CLOSE
The closing tag of an element. |
static TokenType |
TokenType.LOCALIZATION
A reference to a localized string. |
Methods in org.apache.tapestry.parse that return TokenType | |
TokenType |
TemplateToken.getType()
|
Constructors in org.apache.tapestry.parse with parameters of type TokenType | |
TemplateToken(TokenType type,
org.apache.hivemind.Location location)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |