|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.login.AfterLoginInterceptionController
public class AfterLoginInterceptionController
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
| 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 |
|---|
public AfterLoginInterceptionController(UserRequest ureq,
WindowControl wControl)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||