Uses of Class
org.apache.tapestry.parse.TemplateToken

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 TemplateTokens.
 TemplateToken[] ITemplateParser.parse(char[] templateData, ITemplateParserDelegate delegate, org.apache.hivemind.Resource resourceLocation)
          Parses the template data into an array of TemplateTokens.
 

Constructors in org.apache.tapestry.parse with parameters of type TemplateToken
ComponentTemplate(char[] templateData, TemplateToken[] tokens)
          Creates a new ComponentTemplate.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.