|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateToken | |
---|---|
org.apache.tapestry.parse | Classes used when parsing templates, application and component specifications. |
Uses of TemplateToken in org.apache.tapestry.parse |
---|
Subclasses of TemplateToken in org.apache.tapestry.parse | |
---|---|
class |
CloseToken
Represents the closing tag of a component element in the template. |
class |
LocalizationToken
Represents localized text from the template. |
class |
OpenToken
Token representing the open tag for a component. |
class |
TextToken
Represents static text in the template that may be passed through to the client unchanged (except, perhaps, for the removal of some whitespace). |
Methods in org.apache.tapestry.parse that return TemplateToken | |
---|---|
TemplateToken |
ComponentTemplate.getToken(int index)
|
TemplateToken[] |
TemplateParser.parse(char[] templateData,
ITemplateParserDelegate delegate,
org.apache.hivemind.Resource resourceLocation)
Parses the template data into an array of TemplateToken s. |
TemplateToken[] |
ITemplateParser.parse(char[] templateData,
ITemplateParserDelegate delegate,
org.apache.hivemind.Resource resourceLocation)
Parses the template data into an array of TemplateToken s. |
Constructors in org.apache.tapestry.parse with parameters of type TemplateToken | |
---|---|
ComponentTemplate(char[] templateData,
TemplateToken[] tokens)
Creates a new ComponentTemplate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |