Class HasAttachmentCondition
- java.lang.Object
- 
- com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
- 
- com.atlassian.confluence.plugin.descriptor.web.conditions.HasAttachmentCondition
 
 
- 
- All Implemented Interfaces:
- com.atlassian.plugin.web.baseconditions.BaseCondition,- com.atlassian.plugin.web.Condition
 
 public class HasAttachmentCondition extends BaseConfluenceCondition Checks if the page in this context has any attachments
- 
- 
Field Summary- 
Fields inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceConditionCONTEXT_KEY_HELPER
 
- 
 - 
Constructor SummaryConstructors Constructor Description HasAttachmentCondition()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAttachmentManager(AttachmentManager attachmentManager)protected booleanshouldDisplay(WebInterfaceContext webInterfaceContext)- 
Methods inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceConditioninit, shouldDisplay
 
- 
 
- 
- 
- 
Method Detail- 
shouldDisplayprotected boolean shouldDisplay(WebInterfaceContext webInterfaceContext) - Specified by:
- shouldDisplayin class- BaseConfluenceCondition
 
 - 
setAttachmentManagerpublic void setAttachmentManager(AttachmentManager attachmentManager) 
 
- 
 
-