com.atlassian.confluence.plugin.descriptor.web.conditions
Class NotSharedModeCondition
java.lang.Object
com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
com.atlassian.confluence.plugin.descriptor.web.conditions.NotSharedModeCondition
- All Implemented Interfaces:
- com.atlassian.plugin.web.baseconditions.BaseCondition, com.atlassian.plugin.web.Condition
Deprecated. Since 5.1. "Shared mode" no longer supported.
@Deprecated
public class NotSharedModeCondition
- extends BaseConfluenceCondition
Only true when shared mode is not enabled
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotSharedModeCondition
public NotSharedModeCondition()
- Deprecated.
shouldDisplay
public boolean shouldDisplay(WebInterfaceContext context)
- Deprecated.
- Always returns true
- Specified by:
shouldDisplay
in class BaseConfluenceCondition
setSettingsManager
public void setSettingsManager(SettingsManager settingsManager)
- Deprecated.