Package com.atlassian.confluence.diff
Class WikiConvertingHtmlDiffer
java.lang.Object
com.atlassian.confluence.diff.WikiConvertingHtmlDiffer
- All Implemented Interfaces:
Differ
A Differ implementation that will inspect the
BodyType
of the content being diff'd and convert
any wiki content to HTML prior to diffing using the supplied DaisyHtmlDiffer delegate.-
Constructor Summary
ConstructorsConstructorDescriptionWikiConvertingHtmlDiffer
(WikiToStorageConverter wikiToStorageConverter, DaisyHtmlDiffer delegateDiffer) -
Method Summary
Modifier and TypeMethodDescriptiondiff
(ContentEntityObject left, ContentEntityObject right) Computes a diff between the specified left and right input.
-
Constructor Details
-
WikiConvertingHtmlDiffer
public WikiConvertingHtmlDiffer(WikiToStorageConverter wikiToStorageConverter, DaisyHtmlDiffer delegateDiffer) - Since:
- 7.6
-
-
Method Details
-
diff
Description copied from interface:Differ
Computes a diff between the specified left and right input.
The html output will contain span tags with class="diff-html-added|diff-html-removed|diff-html-changed" to indicate differences.
-