Package org.olat.modules.tu

Examples of org.olat.modules.tu.TunnelController


    if (iniframe) { 
      // Do not dispose this controller if the course is closed...
      IframeTunnelController ifC = new IframeTunnelController(ureq, getWindowControl(), config);
      controller = ifC;     
    } else {
      TunnelController tuC = new TunnelController(ureq, getWindowControl(), config);
      controller = tuC;     
    }
    listenTo(controller);
   
    // create clone wrapper layout
View Full Code Here

TOP

Related Classes of org.olat.modules.tu.TunnelController

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.