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

java.lang.Object
  extended by com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
      extended by com.atlassian.confluence.plugin.descriptor.web.conditions.ShowingUserAttachmentsCondition
All Implemented Interfaces:
com.atlassian.plugin.web.Condition

Deprecated. since 2.8 because it is no longer used in Confluence

public class ShowingUserAttachmentsCondition
extends BaseConfluenceCondition

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


Constructor Summary
ShowingUserAttachmentsCondition()
          Deprecated.  
 
Method Summary
protected  boolean shouldDisplay(WebInterfaceContext context)
          Deprecated.  
 
Methods inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
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()
Deprecated. 
Method Detail

shouldDisplay

protected boolean shouldDisplay(WebInterfaceContext context)
Deprecated. 
Specified by:
shouldDisplay in class BaseConfluenceCondition


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.