Uses of Class
javax.faces.context.ExceptionHandler
-
Packages that use ExceptionHandler Package Description javax.faces.context javax.faces.webapp -
-
Uses of ExceptionHandler in javax.faces.context
Subclasses of ExceptionHandler in javax.faces.context Modifier and Type Class Description class
ExceptionHandlerWrapper
Methods in javax.faces.context that return ExceptionHandler Modifier and Type Method Description abstract ExceptionHandler
ExceptionHandlerFactory. getExceptionHandler()
ExceptionHandler
FacesContext. getExceptionHandler()
ExceptionHandler
FacesContextWrapper. getExceptionHandler()
ExceptionHandler
ExceptionHandlerWrapper. getWrapped()
Methods in javax.faces.context with parameters of type ExceptionHandler Modifier and Type Method Description void
FacesContext. setExceptionHandler(ExceptionHandler exceptionHandler)
void
FacesContextWrapper. setExceptionHandler(ExceptionHandler exceptionHandler)
Constructors in javax.faces.context with parameters of type ExceptionHandler Constructor Description ExceptionHandlerWrapper(ExceptionHandler delegate)
-
Uses of ExceptionHandler in javax.faces.webapp
Methods in javax.faces.webapp that return ExceptionHandler Modifier and Type Method Description ExceptionHandler
PreJsf2ExceptionHandlerFactory. getExceptionHandler()
-