public class DiffVersionComparatorTag
extends com.liferay.taglib.util.IncludeTag
| Constructor and Description |
|---|
DiffVersionComparatorTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
com.liferay.portal.kernel.json.JSONObject |
createDiffVersionJSONObject(com.liferay.diff.DiffVersion diffVersion,
javax.portlet.PortletURL sourceURL,
javax.portlet.PortletURL targetURL) |
java.util.Set<java.util.Locale> |
getAvailableLocales() |
java.lang.String |
getDiffHtmlResults() |
com.liferay.diff.DiffVersionsInfo |
getDiffVersionsInfo() |
java.lang.String |
getLanguageId() |
protected java.lang.String |
getPage() |
javax.portlet.PortletURL |
getPortletURL() |
javax.portlet.PortletURL |
getResourceURL() |
double |
getSourceVersion() |
double |
getTargetVersion() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setAvailableLocales(java.util.Set<java.util.Locale> availableLocales) |
void |
setDiffHtmlResults(java.lang.String diffHtmlResults) |
void |
setDiffVersionsInfo(com.liferay.diff.DiffVersionsInfo diffVersionsInfo) |
void |
setLanguageId(java.lang.String languageId) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setPortletURL(javax.portlet.PortletURL portletURL) |
void |
setResourceURL(javax.portlet.PortletURL resourceURL) |
void |
setSourceVersion(double sourceVersion) |
void |
setTargetVersion(double targetVersion) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic com.liferay.portal.kernel.json.JSONObject createDiffVersionJSONObject(com.liferay.diff.DiffVersion diffVersion,
javax.portlet.PortletURL sourceURL,
javax.portlet.PortletURL targetURL)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.Set<java.util.Locale> getAvailableLocales()
public java.lang.String getDiffHtmlResults()
public com.liferay.diff.DiffVersionsInfo getDiffVersionsInfo()
public java.lang.String getLanguageId()
public javax.portlet.PortletURL getPortletURL()
public javax.portlet.PortletURL getResourceURL()
public double getSourceVersion()
public double getTargetVersion()
public void setAvailableLocales(java.util.Set<java.util.Locale> availableLocales)
public void setDiffHtmlResults(java.lang.String diffHtmlResults)
public void setDiffVersionsInfo(com.liferay.diff.DiffVersionsInfo diffVersionsInfo)
public void setLanguageId(java.lang.String languageId)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplpublic void setPortletURL(javax.portlet.PortletURL portletURL)
public void setResourceURL(javax.portlet.PortletURL resourceURL)
public void setSourceVersion(double sourceVersion)
public void setTargetVersion(double targetVersion)
protected void cleanUp()
cleanUp in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getPage()
getPage in class com.liferay.taglib.util.IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class com.liferay.taglib.util.IncludeTag