<page>要素 |
 |
構文 |
 |
<page > <!-- The following children, if present, should be in the order shown -->
<!-- The following child can be anything derived from the given element -->
<!-- The following child can be anything derived from the given element -->
<!-- The children above, if present, should be in the order shown -->
</page>
注意:
この要素は派生元要素のすべての属性と子要素を持つことができます。
説明 |
 |
<page>要素はページのコンテンツを定義します。ページのコンテンツ、ヘッダー、サーバー側イベント・ハンドラの宣言バインドが含まれます。
例 |
 |
子要素 |
 |
|
説明 |
必須 |
組込み可能な数 |
<pageExtension> |
pageExtensionの実装。
|
いいえ |
無限 |
<templates> |
このページで必要なテンプレートのインポートおよび定義。
|
いいえ |
1 |
<content> |
UIX Componentsベースのページ・コンテンツのラッパー。
|
はい |
1 |
<handlers> |
ページのメタデータのコンテナ。
|
いいえ |
1 |
<head> |
UIX Componentsベースのページのheadのラッパー。
|
いいえ |
1 |
<javaClass> |
このページに使用するPageDescriptionクラスを識別します。
|
いいえ |
1 |
|