Package org.olat.core.gui.render.intercept.debug

Examples of org.olat.core.gui.render.intercept.debug.GuiDebugDispatcherController


   * @param ureq
   * @param windowControl
   * @return the debug controller (not visible on screen, only in debug mode it wraps around each component for dispatching of gui debug info)
   */
  public Controller createDebugDispatcherController(UserRequest ureq, WindowControl windowControl) {
    guidebugC = new GuiDebugDispatcherController(ureq, windowControl);
    this.debug_interceptHandler  = guidebugC;
    return guidebugC;
  }
View Full Code Here

TOP

Related Classes of org.olat.core.gui.render.intercept.debug.GuiDebugDispatcherController

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.