| Package | Description |
|---|---|
| com.sun.faces.context | |
| jakarta.faces.context | |
| jakarta.faces.webapp |
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxExceptionHandlerImpl
A specialized implementation of
ExceptionHandler for Faces that handles exceptions by writing error
information to the partial response. |
class |
AjaxNoAjaxExceptionHandler |
class |
ExceptionHandlerImpl
The default implementation of
ExceptionHandler for Faces. |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
ExceptionHandlerFactoryImpl.getExceptionHandler() |
ExceptionHandler |
FacesContextImpl.getExceptionHandler() |
ExceptionHandler |
AjaxNoAjaxExceptionHandler.getWrapped() |
| Modifier and Type | Method and Description |
|---|---|
void |
FacesContextImpl.setExceptionHandler(ExceptionHandler exceptionHandler) |
| Constructor and Description |
|---|
AjaxExceptionHandlerImpl(ExceptionHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionHandlerWrapper
Provides a simple implementation of
ExceptionHandler that can be
subclassed by developers wishing to provide specialized behavior to an existing ExceptionHandler instance. |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
FacesContextWrapper.getExceptionHandler()
The default behavior of this method is to call
FacesContext.getExceptionHandler() on the wrapped
FacesContext object. |
abstract ExceptionHandler |
ExceptionHandlerFactory.getExceptionHandler()
Create and return a A new |
ExceptionHandler |
FacesContext.getExceptionHandler()
Return the |
ExceptionHandler |
ExceptionHandlerWrapper.getWrapped() |
| Modifier and Type | Method and Description |
|---|---|
void |
FacesContextWrapper.setExceptionHandler(ExceptionHandler exceptionHandler)
The default behavior of this method is to call
FacesContext.setExceptionHandler(ExceptionHandler) on the
wrapped FacesContext object. |
void |
FacesContext.setExceptionHandler(ExceptionHandler exceptionHandler)
Set the |
| Constructor and Description |
|---|
ExceptionHandlerWrapper(ExceptionHandler wrapped)
If this exception handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
PreJsf2ExceptionHandlerFactory.getExceptionHandler() |
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.