Package org.imixs.workflow.faces.util
Klasse ViewExpiredExceptionHandlerFactory
java.lang.Object
jakarta.faces.context.ExceptionHandlerFactory
org.imixs.workflow.faces.util.ViewExpiredExceptionHandlerFactory
- Alle implementierten Schnittstellen:
jakarta.faces.FacesWrapper<jakarta.faces.context.ExceptionHandlerFactory>
public class ViewExpiredExceptionHandlerFactory
extends jakarta.faces.context.ExceptionHandlerFactory
This class is used to handle expired sessions. In case a session was expired
the handler caught the ViewExpiredException and redirects into a new page.
This class expects a jsf page called 'sessionexpired.xhtml' in the web root
context!
- Autor:
- rsoika
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungViewExpiredExceptionHandlerFactory(jakarta.faces.context.ExceptionHandlerFactory parent) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungjakarta.faces.context.ExceptionHandlerVon Klasse geerbte Methoden jakarta.faces.context.ExceptionHandlerFactory
getWrapped
-
Konstruktordetails
-
ViewExpiredExceptionHandlerFactory
public ViewExpiredExceptionHandlerFactory(jakarta.faces.context.ExceptionHandlerFactory parent)
-
-
Methodendetails
-
getExceptionHandler
public jakarta.faces.context.ExceptionHandler getExceptionHandler()- Angegeben von:
getExceptionHandlerin Klassejakarta.faces.context.ExceptionHandlerFactory
-