RatingsTag@Deprecated public class RatingsTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
RatingsTag()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp()
Deprecated.
|
java.lang.String |
getClassName()
Deprecated.
|
long |
getClassPK()
Deprecated.
|
int |
getNumberOfStars()
Deprecated.
|
protected java.lang.String |
getPage()
Deprecated.
|
RatingsEntry |
getRatingsEntry()
Deprecated.
|
RatingsStats |
getRatingsStats()
Deprecated.
|
protected java.lang.String |
getType(javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated.
|
java.lang.String |
getUrl()
Deprecated.
|
protected boolean |
isCleanUpSetAttributes()
Deprecated.
|
boolean |
isInTrash()
Deprecated.
|
boolean |
isRound()
Deprecated.
|
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated.
|
void |
setClassName(java.lang.String className)
Deprecated.
|
void |
setClassPK(long classPK)
Deprecated.
|
void |
setInTrash(boolean inTrash)
Deprecated.
|
void |
setNumberOfStars(int numberOfStars)
Deprecated.
|
void |
setRatingsEntry(RatingsEntry ratingsEntry)
Deprecated.
|
void |
setRatingsStats(RatingsStats ratingsStats)
Deprecated.
|
void |
setRound(boolean round)
Deprecated.
|
void |
setType(java.lang.String type)
Deprecated.
|
void |
setUrl(java.lang.String url)
Deprecated.
|
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, 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, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic java.lang.String getClassName()
public long getClassPK()
public int getNumberOfStars()
public RatingsEntry getRatingsEntry()
public RatingsStats getRatingsStats()
public java.lang.String getUrl()
public boolean isInTrash()
public boolean isRound()
public void setClassName(java.lang.String className)
public void setClassPK(long classPK)
public void setInTrash(boolean inTrash)
public void setNumberOfStars(int numberOfStars)
public void setRatingsEntry(RatingsEntry ratingsEntry)
public void setRatingsStats(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 httpServletRequest)
protected boolean isCleanUpSetAttributes()
isCleanUpSetAttributes in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class IncludeTag