Liferay 6.2-ce-ga5

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

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

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

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

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

Uses of DiffHtml in com.liferay.portal.util
 

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


Liferay 6.2-ce-ga5