Interface EditorConverter
-
- All Known Implementing Classes:
DefaultEditorConverter
public interface EditorConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 dataXhtmlException
- for all other problems.
-
-