<page>要素
ネームスペース: http://xmlns.oracle.com/uix/controller
派生元: <ctrl:pageDescription>要素
グループ: UIX Controller
要素の型:


構文
<page
    [ expressionLanguage="string" ]
>
     <!-- The following children, if present, should be in the order shown -->
   <javaClass></javaClass>
     <!-- The following child can be anything derived from the given element -->
   <pageExtension></pageExtension>
     <!-- The following child can be anything derived from the given element -->
   <templates></templates>
   <head></head>
   <content></content>
   <handlers></handlers>
     <!-- The children above, if present, should be in the order shown -->
</page>

注意:
  • この要素は派生元要素のすべての属性と子要素を持つことができます。

  • 説明

    <page>要素はページのコンテンツを定義します。 ページのコンテンツ、ヘッダー、サーバー側イベント・ハンドラの宣言バインディングが含まれます。


     

    属性

    説明
    expressionLanguage このページに使用するバインディングexpressionLanguageの名前。 デフォルトでは、下位互換性を維持するため、dataに設定されます。
    string

    子要素

    説明 必須 組込み可能な数
    <pageExtension>
    pageExtensionの実装。
    いいえ 無限
    <templates>
    このページで必要なテンプレートのインポートおよび定義。
    いいえ 1
    <content>
    UIX Componentsベースのページ・コンテンツのラッパー。
    はい 1
    <handlers>
    ページのメタデータのコンテナ。
    いいえ 1
    <head>
    UIX Componentsベースのページのheadのラッパー。
    いいえ 1
    <javaClass>
    このページに使用するPageDescriptionクラスを識別します。
    いいえ 1