Package org.olat.repository.handlers

Examples of org.olat.repository.handlers.WebDocumentHandler


      addController = typeToAdd.getAddController(addCallback, CourseHandler.PROCESS_IMPORT, ureq, getWindowControl());
      translatedTypeName = translator.translate("add.course");
      typeIntro = translator.translate("add.course.intro");
    }
    else if (actionAddCommand.equals(ACTION_ADD_DOC)) {
      typeToAdd = new WebDocumentHandler();
      addController = typeToAdd.getAddController(addCallback, null, ureq, getWindowControl());
      translatedTypeName = translator.translate("add.webdoc");
      typeIntro = translator.translate("add.webdoc.intro");
    }
    else if (actionAddCommand.equals(ACTION_ADD_TEST)) {
View Full Code Here

TOP

Related Classes of org.olat.repository.handlers.WebDocumentHandler

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.