Uses of Class
jakarta.faces.context.ExceptionHandler
-
Packages that use ExceptionHandler Package Description com.sun.faces.context jakarta.faces.context -
-
Uses of ExceptionHandler in com.sun.faces.context
Subclasses of ExceptionHandler in com.sun.faces.context Modifier and Type Class Description classAjaxExceptionHandlerImplA specialized implementation ofExceptionHandlerfor Faces that handles exceptions by writing error information to the partial response.classAjaxNoAjaxExceptionHandlerclassExceptionHandlerImplThe default implementation ofExceptionHandlerfor Faces.Methods in com.sun.faces.context that return ExceptionHandler Modifier and Type Method Description ExceptionHandlerExceptionHandlerFactoryImpl. getExceptionHandler()ExceptionHandlerFacesContextImpl. getExceptionHandler()ExceptionHandlerAjaxNoAjaxExceptionHandler. getWrapped()Methods in com.sun.faces.context with parameters of type ExceptionHandler Modifier and Type Method Description voidFacesContextImpl. setExceptionHandler(ExceptionHandler exceptionHandler)Constructors in com.sun.faces.context with parameters of type ExceptionHandler Constructor Description AjaxExceptionHandlerImpl(ExceptionHandler handler) -
Uses of ExceptionHandler in jakarta.faces.context
Subclasses of ExceptionHandler in jakarta.faces.context Modifier and Type Class Description classExceptionHandlerWrapperProvides a simple implementation ofExceptionHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingExceptionHandlerinstance.Methods in jakarta.faces.context that return ExceptionHandler Modifier and Type Method Description abstract ExceptionHandlerExceptionHandlerFactory. getExceptionHandler()Create and return a A newExceptionHandlerinstance.ExceptionHandlerFacesContext. getExceptionHandler()Return theExceptionHandlerfor this request.ExceptionHandlerFacesContextWrapper. getExceptionHandler()The default behavior of this method is to callFacesContext.getExceptionHandler()on the wrappedFacesContextobject.ExceptionHandlerExceptionHandlerWrapper. getWrapped()Methods in jakarta.faces.context with parameters of type ExceptionHandler Modifier and Type Method Description voidFacesContext. setExceptionHandler(ExceptionHandler exceptionHandler)Set theExceptionHandlerfor this request.voidFacesContextWrapper. setExceptionHandler(ExceptionHandler exceptionHandler)The default behavior of this method is to callFacesContext.setExceptionHandler(ExceptionHandler)on the wrappedFacesContextobject.Constructors in jakarta.faces.context with parameters of type ExceptionHandler Constructor 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.
-