<ui-extensions>要素
ネームスペース: http://xmlns.oracle.com/uix/config

構文
<ui-extensions>
     <!-- The following children, if present, should be in the order shown -->
   <extension-class></extension-class>
   <template-library></template-library>
     <!-- The children above, if present, should be in the order shown -->
</ui-extensions>

注意:
  • この要素は<application-configuration>要素内で使用されます。

  • 説明

    <ui-extensions>要素では、UIExtension実装とテンプレート・ライブラリの両方を自動的に登録できます。


    子要素

    説明 必須 組込み可能な数
    <extension-class>
    <extension-class>要素は、UIExtension実装を登録します。 UIExtensionインタフェースを実装し、引数をとらないコンストラクタを持つクラスの完全なJavaクラス名が含まれている必要があります。
    いいえ 無限
    <template-library>
    <template-library>要素は、UIXテンプレート・ライブラリ・ファイルを登録します。 1つのテンプレートまたはテンプレート・ライブラリ(.uitファイル)のいずれかを定義するUIXファイルへのフルパスまたは相対パスが含まれている必要があります。
    いいえ 無限