Package org.olat.gui.control

Examples of org.olat.gui.control.OlatGuestTopNavController


  /**
   * @see org.olat.core.commons.fullWebApp.BaseFullWebappControllerParts#createTopNavController(org.olat.core.gui.UserRequest, org.olat.core.gui.control.WindowControl)
   */
  public Controller createTopNavController(UserRequest ureq, WindowControl wControl) {
    return new OlatGuestTopNavController(ureq, wControl);
  }
View Full Code Here

TOP

Related Classes of org.olat.gui.control.OlatGuestTopNavController

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.