org.olat.login
Class AfterLoginInterceptionManager
java.lang.Object
org.olat.login.AfterLoginInterceptionManager
public class AfterLoginInterceptionManager
- extends java.lang.Object
Used to manage a list of all Controllers to be presented afterLogin.
Initial Date: 02.10.2009
- Author:
- Roman Haag, roman.haag@frentix.com, www.frentix.com
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AfterLoginInterceptionManager
public AfterLoginInterceptionManager()
getInstance
public static AfterLoginInterceptionManager getInstance()
addAfterLoginControllerConfig
public void addAfterLoginControllerConfig(AfterLoginConfig aLConf)
- appends one or more controllers to the list.
Config should look like:
- Parameters:
aLConf -
containsAnyController
public boolean containsAnyController()