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 | 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
|
abstract 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 |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
PreJsf2ExceptionHandlerFactory.getExceptionHandler() |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.