Interface EditorConverter
- All Known Implementing Classes:
DefaultEditorConverter
public interface EditorConverter
-
Method Summary
Modifier and TypeMethodDescriptionconvert(String editorFormat, ConversionContext conversionContext)
-
Method Details
-
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 dataXhtmlException- for all other problems.
-