org.olat.modules.iq
Class IQComponentRenderer

java.lang.Object
  extended by org.olat.modules.iq.IQComponentRenderer
All Implemented Interfaces:
ComponentRenderer

public class IQComponentRenderer
extends java.lang.Object
implements ComponentRenderer

Author:
Felix Jost

Constructor Summary
IQComponentRenderer()
          Default constructor
 
Method Summary
 StringOutput buildForm(IQComponent comp, Translator translator, Renderer renderer, URLBuilder ubu)
          Render the QTI form
 void render(Renderer renderer, StringOutput target, Component source, URLBuilder ubu, Translator translator, RenderResult renderResult, java.lang.String[] args)
          calls must be threadsafe
 void renderBodyOnLoadJSFunctionCall(Renderer renderer, StringOutput sb, Component source, RenderingState rstate)
          contributes a line to the following code: ...

Specified by:
renderBodyOnLoadJSFunctionCall in interface ComponentRenderer
See Also:
org.olat.core.gui.render.ui.ComponentRenderer#renderBodyOnLoadJSFunctionCall(org.olat.core.gui.render.Renderer, org.olat.core.gui.render.StringOutput, org.olat.core.gui.components.Component)