org.olat.modules.wiki.gui.components.wikiToHtml
Class WikiMarkupRenderer

java.lang.Object
  extended by org.olat.modules.wiki.gui.components.wikiToHtml.WikiMarkupRenderer
All Implemented Interfaces:
ComponentRenderer

public class WikiMarkupRenderer
extends java.lang.Object
implements ComponentRenderer

Description:
render part of the component, where the html output surrounding the transformed wiki syntax gets added

Initial Date: May 17, 2006

Author:
guido

Method Summary
 void render(Renderer renderer, StringOutput sb, 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:
ComponentRenderer.renderBodyOnLoadJSFunctionCall(org.olat.core.gui.render.Renderer, org.olat.core.gui.render.StringOutput, org.olat.core.gui.components.Component, org.olat.core.gui.render.RenderingState)