See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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 | Description |
|---|---|
| TemplateParseException |
Exception thrown indicating a problem parsing an HTML template.
|
Classes used when parsing templates, application and component specifications.