Package | Description |
---|---|
jakarta.faces.context | |
jakarta.faces.webapp |
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 © 2018,2020 Eclipse Foundation.
Use is subject to license terms.