| Package | Description |
|---|---|
| javax.faces.context |
Classes and interfaces
defining per-request state information.
|
| javax.faces.webapp |
Classes required for integration of
JavaServer Faces into web applications, including a standard servlet,
base classes for JSP custom component
tags, and concrete tag implementations for core tags.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ExceptionQueuedEvent |
ExceptionHandler.getHandledExceptionQueuedEvent()
Return the first
|
ExceptionQueuedEvent |
ExceptionHandlerWrapper.getHandledExceptionQueuedEvent()
The default behavior of this method is to
call
ExceptionHandler.getHandledExceptionQueuedEvent()
on the wrapped ExceptionHandler object. |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Iterable<ExceptionQueuedEvent> |
ExceptionHandler.getHandledExceptionQueuedEvents()
The default implementation must
return an |
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.getUnhandledExceptionQueuedEvents()
Return an |
java.lang.Iterable<ExceptionQueuedEvent> |
ExceptionHandlerWrapper.getUnhandledExceptionQueuedEvents()
The default behavior of this method is to
call
ExceptionHandler.getUnhandledExceptionQueuedEvents()
on the wrapped ExceptionHandler object. |
| Modifier and Type | Field and Description |
|---|---|
private ExceptionQueuedEvent |
PreJsf2ExceptionHandlerFactory.PreJsf2ExceptionHandler.handled |
| Modifier and Type | Field and Description |
|---|---|
private java.util.LinkedList<ExceptionQueuedEvent> |
PreJsf2ExceptionHandlerFactory.PreJsf2ExceptionHandler.handledExceptions |
private java.util.LinkedList<ExceptionQueuedEvent> |
PreJsf2ExceptionHandlerFactory.PreJsf2ExceptionHandler.unhandledExceptions |
| Modifier and Type | Method and Description |
|---|---|
ExceptionQueuedEvent |
PreJsf2ExceptionHandlerFactory.PreJsf2ExceptionHandler.getHandledExceptionQueuedEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<ExceptionQueuedEvent> |
PreJsf2ExceptionHandlerFactory.PreJsf2ExceptionHandler.getHandledExceptionQueuedEvents() |
java.lang.Iterable<ExceptionQueuedEvent> |
PreJsf2ExceptionHandlerFactory.PreJsf2ExceptionHandler.getUnhandledExceptionQueuedEvents() |