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