java.lang.Object
jakarta.faces.context.ExceptionHandlerFactory
org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory
- All Implemented Interfaces:
FacesWrapper<ExceptionHandlerFactory>
This exception handler factory needs to be registered as follows in
faces-config.xml to get the
FullAjaxExceptionHandler to run:
<factory>
<exception-handler-factory>
org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory
</exception-handler-factory>
</factory>
- Author:
- Bauke Scholtz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new full ajax exception handler factory around the given wrapped factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new instance ofFullAjaxExceptionHandlerwhich wraps the original exception handler.Methods inherited from class jakarta.faces.context.ExceptionHandlerFactory
getWrapped
-
Constructor Details
-
FullAjaxExceptionHandlerFactory
Construct a new full ajax exception handler factory around the given wrapped factory.- Parameters:
wrapped- The wrapped factory.
-
-
Method Details
-
getExceptionHandler
Returns a new instance ofFullAjaxExceptionHandlerwhich wraps the original exception handler.- Specified by:
getExceptionHandlerin classExceptionHandlerFactory
-