public class PostKeepFlashValueEvent extends SystemEvent
このイベントは、値がフラッシュに保持されているときに、Application.publishEvent(jakarta.faces.context.FacesContext, java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Object)
を呼び出して発行する必要があります。
sourceSE
コンストラクターと説明 |
---|
PostKeepFlashValueEvent(FacesContext facesContext, StringSE key) 引数 |
PostKeepFlashValueEvent(StringSE key) 引数 |
修飾子と型 | メソッドと説明 |
---|---|
StringSE | getKey() |
getFacesContext, isAppropriateListener, processListener
getSourceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public 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 © 2018,2020 Eclipse Foundation.
Use is subject to license terms.