| Package | Description |
|---|---|
| com.sun.faces.context | |
| javax.faces.context | |
| javax.faces.webapp |
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxExceptionHandlerImpl
A specialized implementation of
ExceptionHandler for JSF 2.0 that
handles exceptions by writing error information to the
partial response. |
class |
AjaxNoAjaxExceptionHandler |
class |
ExceptionHandlerImpl
The default implementation of
ExceptionHandler for JSF 2.0. |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
FacesContextImpl.getExceptionHandler() |
ExceptionHandler |
ExceptionHandlerFactoryImpl.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. |
ExceptionHandler |
FacesContext.getExceptionHandler()
Return the |
abstract ExceptionHandler |
ExceptionHandlerFactory.getExceptionHandler()
Create and return a A new
|
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–2019 Eclipse Foundation. All rights reserved.