Examples of VelocityContainer


Examples of org.olat.core.gui.components.velocity.VelocityContainer

  public SharedFolderEditorController(OLATResourceable res, UserRequest ureq, WindowControl wControl) {
    super(wControl);
   
    translator = new PackageTranslator(PACKAGE, ureq.getLocale());

    vcEdit = new VelocityContainer("main", VELOCITY_ROOT + "/index.html", translator, this);
    previewButton = LinkFactory.createButtonSmall("command.preview", vcEdit, this);
   
    re = RepositoryManager.getInstance().lookupRepositoryEntry(res, true);
    sharedFolder = SharedFolderManager.getInstance().getNamedSharedFolder(re);
    folderRunController = new FolderRunController(sharedFolder, true, true, ureq, getWindowControl());
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.