root element
The application specification defines the pages and components specific to a single Tapestry application. It also defines any libraries that are used within the application.
Figure B.1. <application>
Attributes
Name | Type | Required ? | Default Value | Description |
---|---|---|---|---|
name | string | yes | User presentable name of application. | |
engine-class | string | yes | Name of an implementation of IEngine to instantiate. |
Figure B.2. <application>
Elements
<description>
*, <property>
*,
(<page>
| <component-alias>
| <service>
| <library>
| <extension>
) *