Class ShowLikedPageEmailViewPageButtonCondition
- java.lang.Object
 - 
- com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
 - 
- com.atlassian.confluence.plugins.like.conditions.ShowLikedPageEmailViewPageButtonCondition
 
 
 
- 
- All Implemented Interfaces:
 com.atlassian.plugin.web.baseconditions.BaseCondition,com.atlassian.plugin.web.Condition
public class ShowLikedPageEmailViewPageButtonCondition extends AbstractNotificationCondition
Checks whether we should display the view page link in the action items section of a like added email for pages. 
- 
- 
Constructor Summary
Constructors Constructor Description ShowLikedPageEmailViewPageButtonCondition() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanshouldDisplay(NotificationContext context)- 
Methods inherited from class com.atlassian.confluence.plugin.descriptor.mail.conditions.AbstractNotificationCondition
init, shouldDisplay 
 - 
 
 - 
 
- 
- 
Method Detail
- 
shouldDisplay
protected boolean shouldDisplay(NotificationContext context)
- Specified by:
 shouldDisplayin classAbstractNotificationCondition
 
 - 
 
 -