Package com.atlassian.renderer.v2.components

Interface Summary
PluggableRendererComponentFactory A factory used to instantiate RendererComponents via the plugin system.
RendererComponent  
TextConverter TextConverters provide a method for escaping plain text to produce wiki markup.
WikiContentHandler This interface is used for handling wiki markup content during the parsing process.
 

Class Summary
AbstractRegexRendererComponent  
AbstractRendererComponent  
BackslashEscapeRendererComponent Escapes certain symbols prefixed with backslash (\) into html entities.
CamelCaseLinkRendererComponent  
EmbeddedRendererComponent  
HtmlEntityRendererComponent Html entities such as  , &, … (…) etc, don't actually need to be transformed to html, since they are already html, but tokenising them early means that nothing else can accidentally corrupt them, and we don't need insanely complex regular expressions elsewhere to avoid that corruption.
HtmlEscaper  
HtmlEscapeRendererComponent  
LinkRendererComponent  
MacroRendererComponent  
MacroTag  
TokenRendererComponent  
UrlRendererComponent  
WikiContentRendererHandler  
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.