com.atlassian.confluence.content.render.xhtml.migration
Class XhtmlEmoticonRendererComponent

java.lang.Object
  extended by com.atlassian.renderer.v2.components.AbstractRendererComponent
      extended by com.atlassian.renderer.v2.components.AbstractRegexRendererComponent
          extended by com.atlassian.renderer.v2.components.phrase.EmoticonRendererComponent
              extended by 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
XhtmlEmoticonRendererComponent(StorageEmoticonMarshaller marshaller, com.atlassian.renderer.IconManager iconManager)
           
 
Method Summary
 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
 
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
 

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 class com.atlassian.renderer.v2.components.phrase.EmoticonRendererComponent


Copyright © 2003-2012 Atlassian. All Rights Reserved.