Class XhtmlEmoticonRendererComponent
- java.lang.Object
-
- com.atlassian.renderer.v2.components.AbstractRendererComponent
-
- com.atlassian.renderer.v2.components.AbstractRegexRendererComponent
-
- com.atlassian.renderer.v2.components.phrase.EmoticonRendererComponent
-
- com.atlassian.confluence.content.render.xhtml.migration.XhtmlEmoticonRendererComponent
-
- All Implemented Interfaces:
com.atlassian.renderer.v2.components.RendererComponent
,com.atlassian.renderer.v2.components.TextConverter
public class XhtmlEmoticonRendererComponent extends com.atlassian.renderer.v2.components.phrase.EmoticonRendererComponent
A migration renderer component that will convert emoticon's in wiki format to the new Xhtml storage format.
-
-
Constructor Summary
Constructors Constructor Description XhtmlEmoticonRendererComponent(StorageEmoticonMarshaller marshaller, com.atlassian.renderer.IconManager iconManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendSubstitution(StringBuffer buffer, com.atlassian.renderer.RenderContext context, Matcher matcher)
-
Methods inherited from class com.atlassian.renderer.v2.components.phrase.EmoticonRendererComponent
convertToWikiMarkup, render, shouldRender
-
-
-
-
Constructor Detail
-
XhtmlEmoticonRendererComponent
public XhtmlEmoticonRendererComponent(StorageEmoticonMarshaller marshaller, com.atlassian.renderer.IconManager iconManager)
-
-
Method Detail
-
appendSubstitution
public void appendSubstitution(StringBuffer buffer, com.atlassian.renderer.RenderContext context, Matcher matcher)
- Overrides:
appendSubstitution
in classcom.atlassian.renderer.v2.components.phrase.EmoticonRendererComponent
-
-