public class RatingsTag extends IncludeTag
request, servletContext| Constructor and Description |
|---|
RatingsTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.lang.String |
getPage() |
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 |
setType(java.lang.String type) |
void |
setUrl(java.lang.String url) |
callSetAttributes, cleanUpSetAttributes, doEndTag, doInclude, doIncludeTheme, doStartTag, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, isUseCustomPage, 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, setBodyContent, writeBodyContentpublic 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 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 boolean isCleanUpSetAttributes()
isCleanUpSetAttributes in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag