com.atlassian.renderer
Interface WikiStyleRenderer

All Known Implementing Classes:
V2RendererFacade

public interface WikiStyleRenderer

Component for converting wiki text into HTML markup.

The WikiStyleRenderer is a facade on top of the entire rendering subsystem


Method Summary
 String convertWikiToXHtml(RenderContext context, String wiki)
          Convert a given piece of wiki text into HTML markup.
 

Method Detail

convertWikiToXHtml

String convertWikiToXHtml(RenderContext context,
                          String wiki)
Convert a given piece of wiki text into HTML markup.

Parameters:
context - the context in which to render the text
wiki - the text to render
Returns:
the HTML text produced by the rendering subsystem


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.