public MarmottaContext() {
super();
// add the splash listener so the progress bar can be updated by this context
addLifecycleListener(new SplashContextListener());
// register Marmotta context in systray listener, the systray listener will check for menu entries stored
// in the context attributes "systray.admin" and "systray.demo"
SystrayListener.addServletContext(this);