Package | Description |
---|---|
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.parse |
Classes used when parsing templates, application and component specifications.
|
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl |
Class and Description |
---|
ComponentTemplate
Enapsulates a parsed component template, allowing access to the
tokens parsed.
|
Class and Description |
---|
CloseToken
Represents the closing tag of a component element in the template.
|
ISpecificationParser
Service interface for a wrapper around the class
SpecificationParser . |
ITemplateParser
Service interface for the
tapestry.TemplateParser service. |
ITemplateParserDelegate
Provides a
TemplateParser with additional information about dynamic components. |
LocalizationToken
Represents localized text from the template.
|
OpenToken
Token representing the open tag for a component.
|
TemplateParseException
Exception thrown indicating a problem parsing an HTML template.
|
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.
|
Class and Description |
---|
ComponentTemplate
Enapsulates a parsed component template, allowing access to the
tokens parsed.
|
Class and Description |
---|
ComponentTemplate
Enapsulates a parsed component template, allowing access to the
tokens parsed.
|
ISpecificationParser
Service interface for a wrapper around the class
SpecificationParser . |
ITemplateParser
Service interface for the
tapestry.TemplateParser service. |
ITemplateParserDelegate
Provides a
TemplateParser with additional information about dynamic components. |
LocalizationToken
Represents localized text from the template.
|