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() |
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 |
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, themeResourceExists
clearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttribute
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContext
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContent
findAncestorWithClass, getParent, setParent
public 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 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.Tag
setPageContext
in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
public void setRatingsEnabled(boolean ratingsEnabled)
public void setRedirect(java.lang.String redirect)
public void setUserId(long userId)
protected void cleanUp()
cleanUp
in class com.liferay.taglib.util.IncludeTag
protected 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.IncludeTag
protected java.lang.String getPaginationURL(javax.servlet.http.HttpServletRequest httpServletRequest)
protected boolean isCleanUpSetAttributes()
isCleanUpSetAttributes
in class com.liferay.taglib.util.IncludeTag
protected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes
in class com.liferay.taglib.util.IncludeTag