Uses of Class
javax.faces.event.ExceptionQueuedEvent

Packages that use ExceptionQueuedEvent
javax.faces.context Classes and interfaces defining per-request state information. 
 

Uses of ExceptionQueuedEvent in javax.faces.context
 

Methods in javax.faces.context that return ExceptionQueuedEvent
 ExceptionQueuedEvent ExceptionHandlerWrapper.getHandledExceptionQueuedEvent()
          The default behavior of this method is to call ExceptionHandler.getHandledExceptionQueuedEvent() on the wrapped ExceptionHandler object.
abstract  ExceptionQueuedEvent ExceptionHandler.getHandledExceptionQueuedEvent()
          

Return the first ExceptionQueuedEvent handled by this handler.

 

Methods in javax.faces.context that return types with arguments of type ExceptionQueuedEvent
 java.lang.Iterable<ExceptionQueuedEvent> ExceptionHandlerWrapper.getHandledExceptionQueuedEvents()
          The default behavior of this method is to call ExceptionHandler.getHandledExceptionQueuedEvents() on the wrapped ExceptionHandler object.
abstract  java.lang.Iterable<ExceptionQueuedEvent> ExceptionHandler.getHandledExceptionQueuedEvents()
          

The default implementation must return an Iterable over all ExceptionQueuedEvents that have been handled by the ExceptionHandler.handle() method.

 java.lang.Iterable<ExceptionQueuedEvent> ExceptionHandlerWrapper.getUnhandledExceptionQueuedEvents()
          The default behavior of this method is to call ExceptionHandler.getUnhandledExceptionQueuedEvents() on the wrapped ExceptionHandler object.
abstract  java.lang.Iterable<ExceptionQueuedEvent> ExceptionHandler.getUnhandledExceptionQueuedEvents()
          

Return an Iterable over all ExceptionQueuedEvents that have not yet been handled by the ExceptionHandler.handle() method.

 



Copyright © 2011 Oracle America, Inc. All Rights Reserved.