public class RatingsTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
RatingsTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.lang.String |
getPage() |
protected java.lang.String |
getType(javax.servlet.http.HttpServletRequest request) |
protected boolean |
isCleanUpSetAttributes() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setClassName(java.lang.String className) |
void |
setClassPK(long classPK) |
void |
setNumberOfStars(int numberOfStars) |
void |
setRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry ratingsEntry) |
void |
setRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats) |
void |
setRound(boolean round) |
void |
setType(java.lang.String type) |
void |
setUrl(java.lang.String url) |
callSetAttributes, cleanUpSetAttributes, doEndTag, doInclude, doIncludeTheme, doStartTag, 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, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic void setClassName(java.lang.String className)
public void setClassPK(long classPK)
public void setNumberOfStars(int numberOfStars)
public void setRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry ratingsEntry)
public void setRatingsStats(com.liferay.portlet.ratings.model.RatingsStats ratingsStats)
public void setRound(boolean round)
public void setType(java.lang.String type)
public void setUrl(java.lang.String url)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected java.lang.String getType(javax.servlet.http.HttpServletRequest request)
protected boolean isCleanUpSetAttributes()
isCleanUpSetAttributes in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag