Liferay 7.0-ce-b4

com.liferay.portal.comment.display.context.util
Class DiscussionTaglibHelper

java.lang.Object
  extended by com.liferay.portal.comment.display.context.util.DiscussionTaglibHelper

public class DiscussionTaglibHelper
extends Object


Constructor Summary
DiscussionTaglibHelper(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 String getClassName()
           
 long getClassPK()
           
 String getFormAction()
           
 String getFormName()
           
 String getPaginationURL()
           
 String getRedirect()
           
protected  javax.servlet.http.HttpServletRequest getRequest()
           
 long getUserId()
           
 boolean isAssetEntryVisible()
           
 boolean isHideControls()
           
 boolean isRatingsEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscussionTaglibHelper

public DiscussionTaglibHelper(javax.servlet.http.HttpServletRequest request)
Method Detail

getClassName

public String getClassName()

getClassPK

public long getClassPK()

getFormAction

public String getFormAction()

getFormName

public String getFormName()

getPaginationURL

public String getPaginationURL()

getRedirect

public String getRedirect()

getUserId

public long getUserId()

isAssetEntryVisible

public boolean isAssetEntryVisible()

isHideControls

public boolean isHideControls()

isRatingsEnabled

public boolean isRatingsEnabled()

getRequest

protected javax.servlet.http.HttpServletRequest getRequest()

Liferay 7.0-ce-b4