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.
RendererComponent
s that add syntax to the wikimarkup,
such as EmoticonRendererComponent
should
implement this interface to ensure that the extra syntax can be effectively escaped.
convertToWikiMarkup
String convertToWikiMarkup(String text)
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.