@Deprecated public class

UserFollowingTargetCondition

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

This class is deprecated.
since 3.1 use FollowingTargetUserCondition

Class Overview

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

Summary

Public Constructors
UserFollowingTargetCondition()
Public Methods
FollowManager getFollowManager()
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 UserFollowingTargetCondition ()

Public Methods

public FollowManager getFollowManager ()

public void setFollowManager (FollowManager followManager)

Protected Methods

protected boolean shouldDisplay (WebInterfaceContext context)