Package org.omnifaces.exceptionhandler
Class ViewExpiredExceptionHandlerFactory
- java.lang.Object
-
- jakarta.faces.context.ExceptionHandlerFactory
-
- org.omnifaces.exceptionhandler.ViewExpiredExceptionHandlerFactory
-
- All Implemented Interfaces:
FacesWrapper<ExceptionHandlerFactory>
public class ViewExpiredExceptionHandlerFactory extends ExceptionHandlerFactory
This exception handler factory needs to be registered as follows infaces-config.xmlto get theViewExpiredExceptionHandlerto run:<factory> <exception-handler-factory> org.omnifaces.exceptionhandler.ViewExpiredExceptionHandlerFactory </exception-handler-factory> </factory>- Since:
- 3.9
- Author:
- Lenny Primak
- See Also:
ViewExpiredExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description ViewExpiredExceptionHandlerFactory(ExceptionHandlerFactory wrapped)Construct a new view expired exception handler factory around the given wrapped factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionHandlergetExceptionHandler()Returns a new instance ofViewExpiredExceptionHandlerwhich wraps the original exception handler.-
Methods inherited from class jakarta.faces.context.ExceptionHandlerFactory
getWrapped
-
-
-
-
Constructor Detail
-
ViewExpiredExceptionHandlerFactory
public ViewExpiredExceptionHandlerFactory(ExceptionHandlerFactory wrapped)
Construct a new view expired exception handler factory around the given wrapped factory.- Parameters:
wrapped- The wrapped factory.
-
-
Method Detail
-
getExceptionHandler
public ExceptionHandler getExceptionHandler()
Returns a new instance ofViewExpiredExceptionHandlerwhich wraps the original exception handler.- Specified by:
getExceptionHandlerin classExceptionHandlerFactory
-
-