com.atlassian.confluence.plugin.descriptor.web.conditions
Class HasSpaceCondition
java.lang.Object
com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
com.atlassian.confluence.plugin.descriptor.web.conditions.HasSpaceCondition
- All Implemented Interfaces:
- Condition
public class HasSpaceCondition
- extends BaseConfluenceCondition
Only display the link if the user is working within a space.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HasSpaceCondition
public HasSpaceCondition()
shouldDisplay
public boolean shouldDisplay(WebInterfaceContext context)
- Specified by:
shouldDisplay
in class BaseConfluenceCondition