Liferay 7.0-ce-b4

com.liferay.portal.comment.display.context
Class BaseCommentDisplayContext

java.lang.Object
  extended by com.liferay.portal.comment.display.context.BaseCommentDisplayContext
All Implemented Interfaces:
CommentDisplayContext
Direct Known Subclasses:
DefaultCommentSectionDisplayContext, DefaultCommentTreeDisplayContext

public abstract class BaseCommentDisplayContext
extends Object
implements CommentDisplayContext


Constructor Summary
BaseCommentDisplayContext()
           
 
Method Summary
protected abstract  ThemeDisplay getThemeDisplay()
           
 boolean isReplyButtonVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseCommentDisplayContext

public BaseCommentDisplayContext()
Method Detail

isReplyButtonVisible

public boolean isReplyButtonVisible()
Specified by:
isReplyButtonVisible in interface CommentDisplayContext

getThemeDisplay

protected abstract ThemeDisplay getThemeDisplay()

Liferay 7.0-ce-b4