|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.diff.WikiConvertingHtmlDiffer
public class WikiConvertingHtmlDiffer
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 | |
---|---|
WikiConvertingHtmlDiffer(XhtmlContent xhtmlContent,
DaisyHtmlDiffer delegateDiffer)
|
Method Summary | |
---|---|
java.lang.String |
diff(ContentEntityObject left,
ContentEntityObject right)
Computes a diff between the specified left and right input. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WikiConvertingHtmlDiffer(XhtmlContent xhtmlContent, DaisyHtmlDiffer delegateDiffer)
Method Detail |
---|
public java.lang.String diff(ContentEntityObject left, ContentEntityObject right)
Differ
diff
in interface Differ
left
- left inputright
- right input
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |