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