Uses of Class
com.atlassian.confluence.content.render.xhtml.XhtmlParsingException
-
Packages that use XhtmlParsingException Package Description com.atlassian.confluence.content.render.xhtml com.atlassian.confluence.content.render.xhtml.editor com.atlassian.confluence.pages.actions -
-
Uses of XhtmlParsingException in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that throw XhtmlParsingException Modifier and Type Method Description StringFormatConverter. convertToStorageFormat(String wysiwygContent, com.atlassian.renderer.RenderContext renderContext)Returns the content that has been submitted as part of a user's attempt to add new content or edit existing content. -
Uses of XhtmlParsingException in com.atlassian.confluence.content.render.xhtml.editor
Methods in com.atlassian.confluence.content.render.xhtml.editor that throw XhtmlParsingException Modifier and Type Method Description StringDefaultEditorConverter. convert(String editorFormat, ConversionContext conversionContext)StringEditorConverter. convert(String editorFormat, ConversionContext conversionContext) -
Uses of XhtmlParsingException in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that throw XhtmlParsingException Modifier and Type Method Description protected StringAbstractPreviewPageAction. getContentForSaving()Returns the content that has been submitted as part of a user's attempt to add new content or edit existing content.
-