public class PostConstructViewMapEvent extends ComponentSystemEvent
このイベントは、ビューマップが最初に作成されたときに、{jakarta.faces.application.Application#publishEvent} を呼び出して公開する必要があります。これは、UIViewRoot インスタンスで UIViewRoot.getViewMap() が初めて呼び出されたときに発生する必要があります。このイベントのソースは UIViewRoot です。
sourceSE| コンストラクターと説明 |
|---|
PostConstructViewMapEvent(FacesContext facesContext, UIViewRoot root) 引数 |
PostConstructViewMapEvent(UIViewRoot root) 引数 |
getComponent, isAppropriateListener, processListenergetFacesContextgetSourceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic PostConstructViewMapEvent(UIViewRoot root)
引数 root がビューマップに関連付けられたことを示す新しい PostConstructViewMapEvent をインスタンス化します。
root - ビューマップが作成されたばかりの UIViewRoot IllegalArgumentExceptionSE - 引数が null の場合。public PostConstructViewMapEvent(FacesContext facesContext, UIViewRoot root)
引数 root がビューマップに関連付けられたことを示す新しい PostConstructViewMapEvent をインスタンス化します。
facesContext - Faces コンテキスト。root - ビューマップが作成されたばかりの UIViewRoot IllegalArgumentExceptionSE - 引数が null の場合。Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.