public class ExceptionQueuedEvent extends SystemEvent
システムイベントファシリティは、systemEventClass
引数として ExceptionQueuedEvent.class
を指定して Application.publishEvent(jakarta.faces.context.FacesContext, java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Object)
が呼び出されるたびに、このクラスのインスタンスを作成します。この場合、ExceptionQueuedEventContext
のインスタンスを source
引数として渡す必要があります。publishEvent()
の仕様では、systemEventClass
引数をインスタンス化し、source
引数をコンストラクターに渡す必要があります。
sourceSE
コンストラクターと説明 |
---|
ExceptionQueuedEvent(ExceptionQueuedEventContext eventContext) 引数 |
ExceptionQueuedEvent(FacesContext facesContext, ExceptionQueuedEventContext eventContext) 引数 |
修飾子と型 | メソッドと説明 |
---|---|
ExceptionQueuedEventContext | getContext() このイベントインスタンスの |
getFacesContext, isAppropriateListener, processListener
getSourceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public ExceptionQueuedEvent(ExceptionQueuedEventContext eventContext)
引数 ExceptionQueuedEventContext
が発生したことを示す新しい ExceptionQueuedEvent
をインスタンス化します。
eventContext
- この ExceptionQueuedEvent
をコンテキスト化する ExceptionQueuedEventContext
public ExceptionQueuedEvent(FacesContext facesContext, ExceptionQueuedEventContext eventContext)
引数 ExceptionQueuedEventContext
が発生したことを示す新しい ExceptionQueuedEvent
をインスタンス化します。
facesContext
- Faces コンテキスト。eventContext
- この ExceptionQueuedEvent
をコンテキスト化する ExceptionQueuedEventContext
public ExceptionQueuedEventContext getContext()
このイベントインスタンスの ExceptionQueuedEventContext
を返します。
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.