Uses of Interface
com.atlassian.renderer.wysiwyg.WysiwygConverter

Packages that use WysiwygConverter
com.atlassian.renderer.v2.macro.basic   
com.atlassian.renderer.v2.plugin   
com.atlassian.renderer.wysiwyg   
com.atlassian.renderer.wysiwyg.converter   
 

Uses of WysiwygConverter in com.atlassian.renderer.v2.macro.basic
 

Methods in com.atlassian.renderer.v2.macro.basic with parameters of type WysiwygConverter
 String InlineHtmlMacro.convertXhtmlToWikiMarkup(NodeContext nodeContext, WysiwygConverter wysiwygConverter)
           
 

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

Classes in com.atlassian.renderer.v2.plugin that implement WysiwygConverter
 class PluggableWysiwygConverter
          A WysiwygConverter that gets some of its components from the plugin system.
 

Uses of WysiwygConverter in com.atlassian.renderer.wysiwyg
 

Methods in com.atlassian.renderer.wysiwyg with parameters of type WysiwygConverter
 String MacroBodyConverter.convertXhtmlToWikiMarkup(NodeContext nodeContext, WysiwygConverter wysiwygConverter)
          Returns the converted wiki markup of the macro body from the given node context.
 String WysiwygNodeConverter.convertXHtmlToWikiMarkup(Node previousSibling, Node node, WysiwygConverter helper, Styles styles, ListContext listContext, boolean inTable, boolean inListItem, boolean ignoreText)
          Returns the converted wiki markup from the given node and its context parameters.
 String NodeContext.invokeConvert(WysiwygNodeConverter wysiwygNodeConverter, WysiwygConverter wysiwygConverter)
           
 

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

Classes in com.atlassian.renderer.wysiwyg.converter that implement WysiwygConverter
 class DefaultWysiwygConverter
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.