|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.kernel.util.DiffHtmlUtil
public class DiffHtmlUtil
This class can compare two different versions of HTML code. It detects changes to an entire HTML page such as removal or addition of characters or images.
Constructor Summary | |
---|---|
DiffHtmlUtil()
|
Method Summary | |
---|---|
static java.lang.String |
diff(java.io.Reader source,
java.io.Reader target)
|
static DiffHtml |
getDiffHtml()
|
void |
setDiffHtml(DiffHtml diffHtml)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiffHtmlUtil()
Method Detail |
---|
public static java.lang.String diff(java.io.Reader source, java.io.Reader target) throws java.lang.Exception
java.lang.Exception
public static DiffHtml getDiffHtml()
public void setDiffHtml(DiffHtml diffHtml)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |