Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.diff.DiffHtml

Packages that use DiffHtml
com.liferay.portal.diff   
com.liferay.portal.kernel.diff   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

Uses of DiffHtml in com.liferay.portal.diff
 

Classes in com.liferay.portal.diff that implement DiffHtml
 class DiffHtmlImpl
          This class can compare two different versions of HTML code.
 

Uses of DiffHtml in com.liferay.portal.kernel.diff
 

Methods in com.liferay.portal.kernel.diff that return DiffHtml
static DiffHtml DiffHtmlUtil.getDiffHtml()
           
 

Methods in com.liferay.portal.kernel.diff with parameters of type DiffHtml
 void DiffHtmlUtil.setDiffHtml(DiffHtml diffHtml)
           
 

Uses of DiffHtml in com.liferay.portal.kernel.util
 

Subinterfaces of DiffHtml in com.liferay.portal.kernel.util
 interface DiffHtml
          Deprecated. As of 7.0.0, moved to DiffHtml
 


Liferay 7.0-ce-b4