public class

UserWatchingPageCondition

extends BaseConfluenceCondition
java.lang.Object
   ↳ com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
     ↳ com.atlassian.confluence.plugin.descriptor.web.conditions.user.UserWatchingPageCondition

Class Overview

Returns true if the user has a watch specifically on the current page. That is, for a user with a space-wide watch this condition will return false.

Summary

Public Constructors
UserWatchingPageCondition()
Public Methods
void setNotificationManager(NotificationManager notificationManager)
boolean shouldDisplay(WebInterfaceContext context)
[Expand]
Inherited Methods
From class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
From class java.lang.Object
From interface com.atlassian.plugin.web.Condition

Public Constructors

public UserWatchingPageCondition ()

Public Methods

public void setNotificationManager (NotificationManager notificationManager)

public boolean shouldDisplay (WebInterfaceContext context)