Package jakarta.faces.event
Class ExceptionQueuedEventContext
java.lang.Object
jakarta.faces.event.ExceptionQueuedEventContext
- All Implemented Interfaces:
SystemEventListenerHolder
- Since:
- 2.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExceptionQueuedEventContext
(FacesContext context, Throwable thrown) ExceptionQueuedEventContext
(FacesContext context, Throwable thrown, UIComponent component) ExceptionQueuedEventContext
(FacesContext context, Throwable thrown, UIComponent component, PhaseId phaseId) -
Method Summary
Modifier and TypeMethodDescriptiongetListenersForEventClass
(Class<? extends SystemEvent> facesEventClass) boolean
boolean
-
Field Details
-
IN_AFTER_PHASE_KEY
-
IN_BEFORE_PHASE_KEY
-
-
Constructor Details
-
ExceptionQueuedEventContext
-
ExceptionQueuedEventContext
-
ExceptionQueuedEventContext
public ExceptionQueuedEventContext(FacesContext context, Throwable thrown, UIComponent component, PhaseId phaseId)
-
-
Method Details
-
getAttributes
-
getComponent
-
getContext
-
getException
-
getListenersForEventClass
public List<SystemEventListener> getListenersForEventClass(Class<? extends SystemEvent> facesEventClass) - Specified by:
getListenersForEventClass
in interfaceSystemEventListenerHolder
-
getPhaseId
-
inAfterPhase
public boolean inAfterPhase() -
inBeforePhase
public boolean inBeforePhase()
-