com.atlassian.confluence.content.render.xhtml.editor
Interface EditorConverter

All Known Implementing Classes:
DefaultEditorConverter

public interface EditorConverter


Method Summary
 String convert(String editorFormat, ConversionContext conversionContext)
           
 

Method Detail

convert

String convert(String editorFormat,
               ConversionContext conversionContext)
               throws XhtmlParsingException,
                      XhtmlException
Parameters:
editorFormat - the editor formatted data to be converted.
conversionContext - the context for the conversion
Returns:
the converted data
Throws:
XhtmlParsingException - if there is a specific problem parsing the supplied editorFormat data
XhtmlException - for all other problems.


Copyright © 2003–2015 Atlassian. All rights reserved.