Package org.olat.core

Examples of org.olat.core.CoreSettings


   * @param servletContext
   */
  public static void init(final ServletContext servletContext) {
   
    // expose coresettings via factory-method to spring context
    coreSettings = new CoreSettings() {
      public ServletContext getServletContext() {
        return servletContext;
      }
    };
   
View Full Code Here

TOP

Related Classes of org.olat.core.CoreSettings

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.