Uses of Class
com.atlassian.renderer.v2.components.AbstractRendererComponent

Packages that use AbstractRendererComponent
com.atlassian.renderer.v2.components   
com.atlassian.renderer.v2.components.phrase   
 

Uses of AbstractRendererComponent in com.atlassian.renderer.v2.components
 

Subclasses of AbstractRendererComponent in com.atlassian.renderer.v2.components
 class AbstractRegexRendererComponent
           
 class BackslashEscapeRendererComponent
          Escapes certain symbols prefixed with backslash (\) into html entities.
 class CamelCaseLinkRendererComponent
           
 class EmbeddedRendererComponent
           
 class 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.
 class MacroRendererComponent
           
 class TokenRendererComponent
           
 class UrlRendererComponent
           
 

Uses of AbstractRendererComponent in com.atlassian.renderer.v2.components.phrase
 

Subclasses of AbstractRendererComponent in com.atlassian.renderer.v2.components.phrase
 class DashRendererComponent
           
 class EmoticonRendererComponent
           
 class ForceNewLineRendererComponent
           
 class NewLineRendererComponent
           
 class TemplateParamRenderComponent
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.