Liferay 7.0-ce-b4

com.liferay.taglib.ui
Class DiscussionTag

java.lang.Object
  extended by com.liferay.taglib.TagSupport
      extended by com.liferay.taglib.BaseBodyTagSupport
          extended by com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
              extended by com.liferay.taglib.util.AttributesTagSupport
                  extended by com.liferay.taglib.util.IncludeTag
                      extended by com.liferay.taglib.ui.DiscussionTag
All Implemented Interfaces:
ParamAncestorTag, PropertyAncestorTag, javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class DiscussionTag
extends IncludeTag


Field Summary
 
Fields inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
request, servletContext
 
Fields inherited from class com.liferay.taglib.BaseBodyTagSupport
bodyContent
 
Fields inherited from class com.liferay.taglib.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
DiscussionTag()
           
 
Method Summary
protected  void cleanUp()
           
protected  String getFormAction(javax.servlet.http.HttpServletRequest request)
           
protected  String getPage()
           
protected  String getPaginationURL(javax.servlet.http.HttpServletRequest request)
           
 void setAssetEntryVisible(boolean assetEntryVisible)
           
protected  void setAttributes(javax.servlet.http.HttpServletRequest request)
           
 void setClassName(String className)
           
 void setClassPK(long classPK)
           
 void setFormAction(String formAction)
           
 void setFormName(String formName)
           
 void setHideControls(boolean hideControls)
           
 void setRatingsEnabled(boolean ratingsEnabled)
           
 void setRedirect(String redirect)
           
 void setSubject(String subject)
          Deprecated. As of 6.2.0, with no direct replacement
 void setUserId(long userId)
           
 
Methods inherited from class com.liferay.taglib.util.IncludeTag
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExists
 
Methods inherited from class com.liferay.taglib.util.AttributesTagSupport
clearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttribute
 
Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContext
 
Methods inherited from class com.liferay.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContent
 
Methods inherited from class com.liferay.taglib.TagSupport
findAncestorWithClass, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscussionTag

public DiscussionTag()
Method Detail

setAssetEntryVisible

public void setAssetEntryVisible(boolean assetEntryVisible)

setClassName

public void setClassName(String className)

setClassPK

public void setClassPK(long classPK)

setFormAction

public void setFormAction(String formAction)

setFormName

public void setFormName(String formName)

setHideControls

public void setHideControls(boolean hideControls)

setRatingsEnabled

public void setRatingsEnabled(boolean ratingsEnabled)

setRedirect

public void setRedirect(String redirect)

setSubject

@Deprecated
public void setSubject(String subject)
Deprecated. As of 6.2.0, with no direct replacement


setUserId

public void setUserId(long userId)

cleanUp

protected void cleanUp()
Overrides:
cleanUp in class IncludeTag

getFormAction

protected String getFormAction(javax.servlet.http.HttpServletRequest request)

getPage

protected String getPage()
Overrides:
getPage in class IncludeTag

getPaginationURL

protected String getPaginationURL(javax.servlet.http.HttpServletRequest request)

setAttributes

protected void setAttributes(javax.servlet.http.HttpServletRequest request)
Overrides:
setAttributes in class IncludeTag

Liferay 7.0-ce-b4