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

<configurations>要素は、すべてのuix-config.xmlファイルのルート要素です。

構文
<configurations >
     <!-- The following children, if present, should be in the order shown -->
     <!-- The following child can be anything derived from the given element -->
   <application-configuration> </application-configuration>
     <!-- The following child can be anything derived from the given element -->
   <default-configuration> </default-configuration>
     <!-- The following child can be anything derived from the given element -->
   <configuration> </configuration>
     <!-- The children above, if present, should be in the order shown -->
</configurations>

説明

<configurations>要素は、すべてのuix-config.xmlファイルのルート要素です。


子要素

説明 必須 組込み可能な数
<application-configuration> <application-configuration>要素は、このWebアプリケーション内のすべてのUIXコードを対象とするアプリケーション・レベルのプロパティを定義します。
いいえ 1
<default-configuration> <default-configuration>要素は、一連のデフォルト・プロパティを定義します。<application-configuration>とは異なり、これらのプロパティは(<configuration>要素で)オーバーライドできます。
いいえ 1
<configuration> <configuration>要素は、<default-configuration>をオーバーライドする一連のプロパティを定義します。
いいえ 無限