public class PreRemoveFlashValueEvent extends SystemEvent
このイベントは、フラッシュから値が削除されたときに Application.publishEvent(javax.faces.context.FacesContext, java.lang.Class<? extends javax.faces.event.SystemEvent>, java.lang.Object) を呼び出して発行する必要があります。
sourceSE| コンストラクターと説明 |
|---|
PreRemoveFlashValueEvent(FacesContext facesContext, StringSE key) 引数 |
PreRemoveFlashValueEvent(StringSE key) 引数 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getKey() |
getFacesContext, isAppropriateListener, processListenergetSourceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic PreRemoveFlashValueEvent(StringSE key)
引数 key がフラッシュから削除されることを示す新しい PreRemoveFlashValueEvent をインスタンス化します。引数が null の場合、リテラル Flash.NULL_VALUE をスーパークラスコンストラクターに渡す必要があります。
key - 追加されたばかりのフラッシュのキー。public PreRemoveFlashValueEvent(FacesContext facesContext, StringSE key)
引数 key がフラッシュから削除されることを示す新しい PreRemoveFlashValueEvent をインスタンス化します。引数が null の場合、リテラル Flash.NULL_VALUE をスーパークラスコンストラクターに渡す必要があります。
facesContext - Faces コンテキスト。key - 追加されたばかりのフラッシュのキー。public StringSE getKey()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.