Uses of Class
jakarta.faces.event.ExceptionQueuedEvent
-
Packages that use ExceptionQueuedEvent Package Description com.sun.faces.context jakarta.faces.context -
-
Uses of ExceptionQueuedEvent in com.sun.faces.context
Methods in com.sun.faces.context that return ExceptionQueuedEvent Modifier and Type Method Description ExceptionQueuedEventAjaxExceptionHandlerImpl. getHandledExceptionQueuedEvent()ExceptionQueuedEventExceptionHandlerImpl. getHandledExceptionQueuedEvent()Methods in com.sun.faces.context that return types with arguments of type ExceptionQueuedEvent Modifier and Type Method Description Iterable<ExceptionQueuedEvent>AjaxExceptionHandlerImpl. getHandledExceptionQueuedEvents()Iterable<ExceptionQueuedEvent>ExceptionHandlerImpl. getHandledExceptionQueuedEvents()Iterable<ExceptionQueuedEvent>AjaxExceptionHandlerImpl. getUnhandledExceptionQueuedEvents()Iterable<ExceptionQueuedEvent>ExceptionHandlerImpl. getUnhandledExceptionQueuedEvents() -
Uses of ExceptionQueuedEvent in jakarta.faces.context
Methods in jakarta.faces.context that return ExceptionQueuedEvent Modifier and Type Method Description abstract ExceptionQueuedEventExceptionHandler. getHandledExceptionQueuedEvent()Return the firstExceptionQueuedEventhandled by this handler.ExceptionQueuedEventExceptionHandlerWrapper. getHandledExceptionQueuedEvent()The default behavior of this method is to callExceptionHandler.getHandledExceptionQueuedEvent()on the wrappedExceptionHandlerobject.Methods in jakarta.faces.context that return types with arguments of type ExceptionQueuedEvent Modifier and Type Method Description abstract Iterable<ExceptionQueuedEvent>ExceptionHandler. getHandledExceptionQueuedEvents()The default implementation must return anIterableover allExceptionQueuedEvents that have been handled by theExceptionHandler.handle()method.Iterable<ExceptionQueuedEvent>ExceptionHandlerWrapper. getHandledExceptionQueuedEvents()The default behavior of this method is to callExceptionHandler.getHandledExceptionQueuedEvents()on the wrappedExceptionHandlerobject.abstract Iterable<ExceptionQueuedEvent>ExceptionHandler. getUnhandledExceptionQueuedEvents()Return anIterableover allExceptionQueuedEvents that have not yet been handled by theExceptionHandler.handle()method.Iterable<ExceptionQueuedEvent>ExceptionHandlerWrapper. getUnhandledExceptionQueuedEvents()The default behavior of this method is to callExceptionHandler.getUnhandledExceptionQueuedEvents()on the wrappedExceptionHandlerobject.
-