<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 C.22. <page-specification> Attributes

NameTypeRequired ?Default ValueDescription
classstringno The Java class to instantiate, which must implement the interface IPage. Typically, this is BasePage or a subclass of it. BasePage is the default if not otherwise specified.

Figure C.23. <page-specification> Elements