Examples of CPEditMainController


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
Copyright © 2018 www.massapi.com. 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.