|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
| 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 |
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||