Uses of Interface
com.atlassian.renderer.v2.components.TextConverter

Packages that use TextConverter
com.atlassian.renderer.v2.components.phrase   
com.atlassian.renderer.v2.plugin   
com.atlassian.renderer.wysiwyg.converter   
 

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

Classes in com.atlassian.renderer.v2.components.phrase that implement TextConverter
 class EmoticonRendererComponent
           
 

Uses of TextConverter in com.atlassian.renderer.v2.plugin
 

Methods in com.atlassian.renderer.v2.plugin that return types with arguments of type TextConverter
protected  List<TextConverter> PluggableWysiwygConverter.getTextConverterComponents()
           
 

Uses of TextConverter in com.atlassian.renderer.wysiwyg.converter
 

Methods in com.atlassian.renderer.wysiwyg.converter that return types with arguments of type TextConverter
protected  List<TextConverter> DefaultWysiwygConverter.getTextConverterComponents()
          Can be overridden to provide a different list of content escapers.
 

Constructor parameters in com.atlassian.renderer.wysiwyg.converter with type arguments of type TextConverter
DefaultWysiwygConverter(List<TextConverter> textConverterComponents)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.