Class SyncopeUIRequestCycleListener
java.lang.Object
org.apache.syncope.client.ui.commons.SyncopeUIRequestCycleListener
- All Implemented Interfaces:
IRequestCycleListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidprotected abstract booleanonException(RequestCycle cycle, Exception e) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.request.cycle.IRequestCycleListener
onBeginRequest, onDetach, onEndRequest, onExceptionRequestHandlerResolved, onRequestHandlerExecuted, onRequestHandlerResolved, onRequestHandlerScheduled, onUrlMapped
-
Constructor Details
-
SyncopeUIRequestCycleListener
public SyncopeUIRequestCycleListener()
-
-
Method Details
-
onException
- Specified by:
onExceptionin interfaceIRequestCycleListener
-
isSignedIn
protected abstract boolean isSignedIn() -
invalidateSession
protected abstract void invalidateSession() -
getErrorPageClass
-