Class FullAjaxExceptionHandlerFactory

java.lang.Object
jakarta.faces.context.ExceptionHandlerFactory
org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory
All Implemented Interfaces:
FacesWrapper<ExceptionHandlerFactory>

public class FullAjaxExceptionHandlerFactory extends 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: