Package org.olat.modules.cp

Examples of org.olat.modules.cp.WebsiteDisplayController


    if (item == null) {
      sharedFolder.setLocalSecurityCallback(new ReadOnlyCallback());
      controller = new FolderRunController(sharedFolder, true, true, ureq, getWindowControl());
      controller.addControllerListener(this);
    } else {
      controller = new WebsiteDisplayController(ureq, getWindowControl(), sharedFolder, item.getName());
    }
    vcDisplay.put("displayer", controller.getInitialComponent());

    // Add html header with css definitions to this velocity container
    if (previewBackground) {
View Full Code Here

TOP

Related Classes of org.olat.modules.cp.WebsiteDisplayController

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.