|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.content.render.xhtml.editor.DefaultEditorConverter
public class DefaultEditorConverter
Instigate the conversion of HTML received from the Confluence editor to a format suitable for storage.
| Constructor Summary | |
|---|---|
DefaultEditorConverter(Transformer storageConverter,
HtmlToXmlConverter htmlToXmlConverter)
|
|
| Method Summary | |
|---|---|
java.lang.String |
convert(java.lang.String editorFormat,
ConversionContext conversionContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultEditorConverter(Transformer storageConverter,
HtmlToXmlConverter htmlToXmlConverter)
| Method Detail |
|---|
public java.lang.String convert(java.lang.String editorFormat,
ConversionContext conversionContext)
throws XhtmlParsingException,
XhtmlException
convert in interface EditorConvertereditorFormat - the editor formatted data to be converted.conversionContext - the context for the conversion
XhtmlParsingException - if there is a specific problem parsing the supplied editorFormat data
XhtmlException - for all other problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||