com.atlassian.confluence.content.render.xhtml.migration
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.
Method Summary |
void |
appendSubstitution(java.lang.StringBuffer buffer,
com.atlassian.renderer.RenderContext context,
java.util.regex.Matcher matcher)
|
Methods inherited from class com.atlassian.renderer.v2.components.phrase.EmoticonRendererComponent |
convertToWikiMarkup, render, shouldRender |
Methods inherited from class com.atlassian.renderer.v2.components.AbstractRegexRendererComponent |
regexRender |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XhtmlEmoticonRendererComponent
public XhtmlEmoticonRendererComponent(StorageEmoticonMarshaller marshaller,
com.atlassian.renderer.IconManager iconManager)
appendSubstitution
public void appendSubstitution(java.lang.StringBuffer buffer,
com.atlassian.renderer.RenderContext context,
java.util.regex.Matcher matcher)
- Overrides:
appendSubstitution
in class com.atlassian.renderer.v2.components.phrase.EmoticonRendererComponent
Copyright © 2003-2013 Atlassian. All Rights Reserved.