Package org.olat.admin.user

Examples of org.olat.admin.user.UserAdminContextEntryControllerCreator


    QuotaManager.getInstance().init();
    DBFactory.getInstance(false).intermediateCommit();
   
  // Add controller factory extension point to launch groups
    NewControllerFactory.getInstance().addContextEntryControllerCreator(User.class.getSimpleName(),
        new UserAdminContextEntryControllerCreator());
  }
View Full Code Here

TOP

Related Classes of org.olat.admin.user.UserAdminContextEntryControllerCreator

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.