Class SyncopeUIRequestCycleListener
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.SyncopeUIRequestCycleListener
-
- All Implemented Interfaces:
IRequestCycleListener
public abstract class SyncopeUIRequestCycleListener extends Object implements IRequestCycleListener
-
-
Constructor Summary
Constructors Constructor Description SyncopeUIRequestCycleListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract IRequestablePagegetErrorPage(PageParameters errorParameters)protected abstract voidinvalidateSession()protected abstract booleanisSignedIn()IRequestHandleronException(RequestCycle cycle, Exception e)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.wicket.request.cycle.IRequestCycleListener
onBeginRequest, onDetach, onEndRequest, onExceptionRequestHandlerResolved, onRequestHandlerExecuted, onRequestHandlerResolved, onRequestHandlerScheduled, onUrlMapped
-
-
-
-
Method Detail
-
onException
public IRequestHandler onException(RequestCycle cycle, Exception e)
- Specified by:
onExceptionin interfaceIRequestCycleListener
-
isSignedIn
protected abstract boolean isSignedIn()
-
invalidateSession
protected abstract void invalidateSession()
-
getErrorPage
protected abstract IRequestablePage getErrorPage(PageParameters errorParameters)
-
-