public class

HasPageCondition

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

Class Overview

Only display the link if the user is working with a page (as opposed to a blog post or some other content type)

Summary

Public Constructors
HasPageCondition()
Public 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 HasPageCondition ()

Public Methods

public boolean shouldDisplay (WebInterfaceContext context)