com.atlassian.confluence.plugin.descriptor.web.conditions
Class NotPersonalSpaceCondition
java.lang.Object
com.atlassian.confluence.plugin.descriptor.web.conditions.AbstractConfluenceCondition
com.atlassian.confluence.plugin.descriptor.web.conditions.NotPersonalSpaceCondition
- All Implemented Interfaces:
- Condition
- public class NotPersonalSpaceCondition
- extends AbstractConfluenceCondition
Do not show web fragment if we are in a personal space
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotPersonalSpaceCondition
public NotPersonalSpaceCondition()
shouldDisplay
public boolean shouldDisplay(User user,
GlobalHelper helper)
- Specified by:
shouldDisplay
in class AbstractConfluenceCondition