<page-specification> element

root element

Defines a page within an application (or a library). The <page-specification> is a subset of <component-specification> with attributes and entities related to parameters removed.

Figure B.22. <page-specification> Attributes

NameTypeRequired ?Default ValueDescription
classstringyes The Java class to instantiate, which must implement the interface IPage. Typically, this is BasePage or a subclass of it.

Figure B.23. <page-specification> Elements