Package org.apache.tapestry.parse

Classes used when parsing templates, application and component specifications.

See:
          Description

Interface Summary
ISpecificationParser Service interface for a wrapper around the class SpecificationParser.
ITemplateParser Service interface for the tapestry.TemplateParser service.
ITemplateParserDelegate Provides a TemplateParserwith additional information about dynamic components.
 

Class Summary
CloseToken Represents the closing tag of a component element in the template.
ComponentTemplate Enapsulates a parsed component template, allowing access to the tokens parsed.
LocalizationToken Represents localized text from the template.
OpenToken Token representing the open tag for a component.
SpecificationParser Parses the different types of Tapestry specifications.
TemplateParser Parses Tapestry templates, breaking them into a series of tokens.
TemplateToken Base class for a number of different types of tokens that can be extracted from a page/component template.
TemplateTokenFactory A Factory used by TemplateParser to create TemplateToken objects.
TextToken Represents static text in the template that may be passed through to the client unchanged (except, perhaps, for the removal of some whitespace).
TokenType An enumeration of the different possible token types.
 

Exception Summary
TemplateParseException Exception thrown indicating a problem parsing an HTML template.
 

Package org.apache.tapestry.parse Description

Classes used when parsing templates, application and component specifications.

Author:
Howard Lewis Ship hlship@apache.org


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