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 C.1. <application> Attributes
Name | Type | Required ? | Default Value | Description |
---|---|---|---|---|
name | string | no | User presentable name of application. | |
engine-class | string | no | Name of an implementation of IEngine to instantiate. Defaults to BaseEngine if not specified. |
Figure C.2. <application> Elements
<description> ?, <property> *, (<page> | <component-type> | <service> | <library> | <extension>) *