public class DiffVersionComparatorTag
extends com.liferay.taglib.util.IncludeTag
| Constructor and Description |
|---|
DiffVersionComparatorTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
protected java.lang.String |
getPage() |
protected boolean |
isCleanUpSetAttributes() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setAvailableLocales(java.util.Set<java.util.Locale> availableLocales) |
void |
setDiffHtmlResults(java.lang.String diffHtmlResults) |
void |
setDiffVersionsInfo(com.liferay.portal.kernel.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, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContentpublic int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class com.liferay.taglib.util.IncludeTagpublic void setAvailableLocales(java.util.Set<java.util.Locale> availableLocales)
public void setDiffHtmlResults(java.lang.String diffHtmlResults)
public void setDiffVersionsInfo(com.liferay.portal.kernel.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 boolean isCleanUpSetAttributes()
isCleanUpSetAttributes in class com.liferay.taglib.util.IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class com.liferay.taglib.util.IncludeTag