org.olat.login
Class AfterLoginInterceptionController

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.login.AfterLoginInterceptionController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class AfterLoginInterceptionController
extends BasicController

Description: Presents running once controllers to the user right after login. checks if they run already or if a timeout has passed by and they should run again. Controller is defined in serviceconfig/org/olat/_spring/olatextconfig.xml -> "fullWebApp.AfterLoginInterceptionControllerCreator" - bean. the Controllers itself need to be appended with AfterLoginInterceptorManager.addAfterLoginControllerConfig(). Initial Date: 01.10.2009

Author:
Roman Haag, roman.haag@frentix.com, www.frentix.com

Constructor Summary
AfterLoginInterceptionController(UserRequest ureq, WindowControl wControl)
           
 
Method Summary
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AfterLoginInterceptionController

public AfterLoginInterceptionController(UserRequest ureq,
                                        WindowControl wControl)