public class DiffHtmlImpl
extends Object
implements com.liferay.portal.kernel.diff.DiffHtml
Constructor and Description |
---|
DiffHtmlImpl() |
Modifier and Type | Method and Description |
---|---|
String |
diff(Reader source,
Reader target)
This is a diff method with default values.
|
String |
replaceStyles(String html) |
public String diff(Reader source, Reader target) throws Exception
diff
in interface com.liferay.portal.kernel.diff.DiffHtml
source
- the source texttarget
- the modified version of the source textException
- if an exception occurredpublic String replaceStyles(String html)
replaceStyles
in interface com.liferay.portal.kernel.diff.DiffHtml