public class

FollowingTargetUserCondition

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

Class Overview

Returns true if the logged in user is following the target user

Summary

Public Constructors
FollowingTargetUserCondition()
Public Methods
void setFollowManager(FollowManager followManager)
Protected Methods
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 FollowingTargetUserCondition ()

Public Methods

public void setFollowManager (FollowManager followManager)

Protected Methods

protected boolean shouldDisplay (WebInterfaceContext context)