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

<compound>要素は、一連のイベント・ハンドラを結合するための宣言方法を提供します。

構文
<compound>
     <!-- The following child can be anything derived from the given element -->
   <eventHandler></eventHandler>
</compound>

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

  • 説明

    <compound>要素は、一連のイベント・ハンドラを結合するための宣言方法を提供します。


    次の例では、別のページに移動する前にセッション属性が更新されます。

             <compound>
              <set target="${sessionScope}"
                   property="processed"
                   value="${true}" />
              <go page="next" />
             </compound>
            

    子要素

    説明 必須 組込み可能な数
    <eventHandler>
    1つずつ連続してコールされる、一連のイベント・ハンドラ。
    いいえ 無限