public class DiscussionTag
extends com.liferay.taglib.util.IncludeTag
| Constructor and Description |
|---|
DiscussionTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
java.lang.String |
getClassName() |
long |
getClassPK() |
com.liferay.portal.kernel.comment.Discussion |
getDiscussion() |
protected java.lang.String |
getEditorURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
protected java.lang.String |
getFormAction(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getFormName() |
protected java.lang.String |
getPage() |
protected java.lang.String |
getPaginationURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getRedirect() |
long |
getUserId() |
boolean |
isAssetEntryVisible() |
protected boolean |
isCleanUpSetAttributes() |
boolean |
isHideControls() |
boolean |
isRatingsEnabled() |
boolean |
isRefreshPageOnReply() |
void |
setAssetEntryVisible(boolean assetEntryVisible) |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setClassName(java.lang.String className) |
void |
setClassPK(long classPK) |
void |
setDiscussion(com.liferay.portal.kernel.comment.Discussion discussion) |
void |
setFormAction(java.lang.String formAction) |
void |
setFormName(java.lang.String formName) |
void |
setHideControls(boolean hideControls) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setRatingsEnabled(boolean ratingsEnabled) |
void |
setRedirect(java.lang.String redirect) |
void |
setRefreshPageOnReply(boolean refreshPageOnReply) |
void |
setUserId(long userId) |
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, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic java.lang.String getClassName()
public long getClassPK()
public com.liferay.portal.kernel.comment.Discussion getDiscussion()
public java.lang.String getFormName()
public java.lang.String getRedirect()
public long getUserId()
public boolean isAssetEntryVisible()
public boolean isHideControls()
public boolean isRatingsEnabled()
public boolean isRefreshPageOnReply()
public void setAssetEntryVisible(boolean assetEntryVisible)
public void setClassName(java.lang.String className)
public void setClassPK(long classPK)
public void setDiscussion(com.liferay.portal.kernel.comment.Discussion discussion)
public void setFormAction(java.lang.String formAction)
public void setFormName(java.lang.String formName)
public void setHideControls(boolean hideControls)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplpublic void setRatingsEnabled(boolean ratingsEnabled)
public void setRedirect(java.lang.String redirect)
public void setRefreshPageOnReply(boolean refreshPageOnReply)
public void setUserId(long userId)
protected void cleanUp()
cleanUp in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getEditorURL(javax.servlet.http.HttpServletRequest httpServletRequest)
protected java.lang.String getFormAction(javax.servlet.http.HttpServletRequest httpServletRequest)
protected java.lang.String getPage()
getPage in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getPaginationURL(javax.servlet.http.HttpServletRequest httpServletRequest)
protected boolean isCleanUpSetAttributes()
isCleanUpSetAttributes in class com.liferay.taglib.util.IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class com.liferay.taglib.util.IncludeTag