com.atlassian.confluence.plugin.descriptor.web.conditions
Class ShowingUserAttachmentsCondition

java.lang.Object
  extended bycom.atlassian.confluence.plugin.descriptor.web.conditions.AbstractConfluenceCondition
      extended bycom.atlassian.confluence.plugin.descriptor.web.conditions.ShowingUserAttachmentsCondition
All Implemented Interfaces:
Condition

public class ShowingUserAttachmentsCondition
extends AbstractConfluenceCondition

A condition to check whether you can see a user's attachments tab.


Constructor Summary
ShowingUserAttachmentsCondition()
           
 
Method Summary
 boolean shouldDisplay(User user, GlobalHelper helper)
           
 
Methods inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.AbstractConfluenceCondition
init, shouldDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowingUserAttachmentsCondition

public ShowingUserAttachmentsCondition()
Method Detail

shouldDisplay

public boolean shouldDisplay(User user,
                             GlobalHelper helper)
Specified by:
shouldDisplay in class AbstractConfluenceCondition


Confluence is developed by Atlassian.