|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandler | |
---|---|
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. |
Uses of ExceptionHandler in javax.faces.context |
---|
Subclasses of ExceptionHandler in javax.faces.context | |
---|---|
class |
ExceptionHandlerWrapper
Provides a simple implementation of ExceptionHandler that can
be subclassed by developers wishing to provide specialized behavior
to an existing ExceptionHandler instance. |
Methods in javax.faces.context that return ExceptionHandler | |
---|---|
abstract ExceptionHandler |
ExceptionHandlerFactory.getExceptionHandler()
Create and return a A new
|
ExceptionHandler |
FacesContext.getExceptionHandler()
Return the |
ExceptionHandler |
FacesContextWrapper.getExceptionHandler()
The default behavior of this method is to call FacesContext.getExceptionHandler()
on the wrapped FacesContext object. |
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()
|
abstract ExceptionHandler |
ExceptionHandlerWrapper.getWrapped()
|
Methods in javax.faces.context with parameters of type ExceptionHandler | |
---|---|
void |
FacesContext.setExceptionHandler(ExceptionHandler exceptionHandler)
Set the |
void |
FacesContextWrapper.setExceptionHandler(ExceptionHandler exceptionHandler)
The default behavior of this method is to call FacesContext.setExceptionHandler(ExceptionHandler)
on the wrapped FacesContext object. |
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 |
Uses of ExceptionHandler in javax.faces.webapp |
---|
Methods in javax.faces.webapp that return ExceptionHandler | |
---|---|
ExceptionHandler |
PreJsf2ExceptionHandlerFactory.getExceptionHandler()
|
ExceptionHandler |
PreJsf2ExceptionHandlerFactory.getExceptionHandler()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |