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