Package org.olat.admin.ajax

Examples of org.olat.admin.ajax.AjaxAdminController


    } else if (uobject.equals("notifications")) {
      return new NotificationsEmailAdminController(ureq, getWindowControl());
    } else if (uobject.equals("statistics")) {
      return new StatisticsAdminController(ureq, getWindowControl());
    } else if(uobject.equals("ajax")){
      return new AjaxAdminController(ureq, getWindowControl());
    } else if(uobject.equals("layout")){
      return new LayoutAdminController(ureq, getWindowControl());
    } else if(uobject.equals("i18n")){
      return I18nUIFactory.createI18nConfigurationController(ureq, getWindowControl());
    } else if(uobject.equals("versions")){
View Full Code Here

TOP

Related Classes of org.olat.admin.ajax.AjaxAdminController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.