com.atlassian.renderer.v2.components
Interface TextConverter

All Superinterfaces:
RendererComponent
All Known Implementing Classes:
EmoticonRendererComponent

public interface TextConverter
extends RendererComponent

TextConverters provide a method for escaping plain text to produce wiki markup. RendererComponents that add syntax to the wikimarkup, such as EmoticonRendererComponent should implement this interface to ensure that the extra syntax can be effectively escaped.


Method Summary
 String convertToWikiMarkup(String text)
           
 
Methods inherited from interface com.atlassian.renderer.v2.components.RendererComponent
render, shouldRender
 

Method Detail

convertToWikiMarkup

String convertToWikiMarkup(String text)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.