<application> element

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

NameTypeRequired ?Default ValueDescription
namestringno User presentable name of application.
engine-classstringno Name of an implementation of IEngine to instantiate. Defaults to BaseEngine if not specified.

Figure C.2. <application> Elements