Package org.olat.ims.cp.ui

Examples of org.olat.ims.cp.ui.CPEditMainController


   */
  public Controller getEditorController(OLATResourceable res, UserRequest ureq, WindowControl wControl) {
    // only unzips, if not already unzipped
    File cpRoot = FileResourceManager.getInstance().unzipFileResource(res);
    LocalFolderImpl vfsWrapper = new LocalFolderImpl(cpRoot);
    return new CPEditMainController(ureq, wControl, vfsWrapper, res);

  }
View Full Code Here

TOP

Related Classes of org.olat.ims.cp.ui.CPEditMainController

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.