Uses of Interface
org.apache.tapestry.parse.ITemplateParserDelegate

Packages that use ITemplateParserDelegate
org.apache.tapestry.parse Classes used when parsing templates, application and component specifications. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of ITemplateParserDelegate in org.apache.tapestry.parse
 

Methods in org.apache.tapestry.parse with parameters of type ITemplateParserDelegate
protected  void TemplateParser.beforeParse(char[] templateData, ITemplateParserDelegate delegate, org.apache.hivemind.Resource resourceLocation)
          perform default initialization of the parser.
 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.
 

Uses of ITemplateParserDelegate in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement ITemplateParserDelegate
 class DefaultParserDelegate
          Default implementation of ITemplateParserDelegate.
 



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