<appModuleDef>要素
ネームスペース: http://xmlns.oracle.com/uix/bc4j
派生元: <bc4j:baseAppModuleDef>要素
グループ: UIX BC4J

<appModuleDef>要素は、ネストされるアプリケーション・モジュールの定義です。

構文
<appModuleDef
    [ autoCreate="boolean" ]
>
</appModuleDef>

注意:
  • この要素は派生元要素のすべての属性と子要素を持つことができます。
  • この要素は<baseAppModuleDef>要素内で使用されます。

  • 説明

    <appModuleDef>要素は、ネストされるアプリケーション・モジュールの定義です。


    次の例では、EmpAppModuleというルート・アプリケーション・モジュールにネストされるTaxAppModuleというアプリケーション・モジュールを定義します。

                      <bc4j:registryDef>
                        <bc4j:rootAppModuleDef name="EmpAppModule"
                                                  definition="bc4j.EmpAppModule"
                                                  releaseMode="stateful" >
                          <bc4j:appModuleDef name="TaxAppModule"
                                                 defFullName="oracle.cabo.data.jbo.demo.tax.TaxModule" >
                            <-- child definitions -->
                          </bc4j:appModuleDef>
                        </bc4j:rootAppModuleDef>
                      </bc4j:registryDef>

    属性

    説明
    autoCreate このアプリケーション・モジュールが見つからない場合は、自動的に作成されることを示します。
    boolean