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

All Known Implementing Classes:
DefaultEditorConverter

public interface EditorConverter


Method Summary
 java.lang.String convert(java.lang.String editorFormat, ConversionContext conversionContext)
           
 

Method Detail

convert

java.lang.String convert(java.lang.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-2013 Atlassian. All Rights Reserved.