Class ShouldDisplayDirectoryAggregationWarning

  • All Implemented Interfaces:
    com.atlassian.plugin.web.baseconditions.BaseCondition, com.atlassian.plugin.web.Condition

    @Deprecated
    public class ShouldDisplayDirectoryAggregationWarning
    extends Object
    implements com.atlassian.plugin.web.Condition
    Deprecated.
    since 5.9. Do not use Condition1s, implement com.atlassian.plugin.webresource.condition.UrlReadingCondition instead. Replaced by com.atlassian.confluence.user.extras.aggregation.impl.ShouldDisplayDirectoryAggregationWarningUrlReadingCondition
    • Constructor Detail

      • ShouldDisplayDirectoryAggregationWarning

        public ShouldDisplayDirectoryAggregationWarning​(AggregationWarningManager warningManager)
        Deprecated.
    • Method Detail

      • init

        public void init​(Map<String,​String> params)
                  throws com.atlassian.plugin.PluginParseException
        Deprecated.
        Specified by:
        init in interface com.atlassian.plugin.web.Condition
        Throws:
        com.atlassian.plugin.PluginParseException
      • shouldDisplay

        public boolean shouldDisplay​(Map<String,​Object> context)
        Deprecated.
        Specified by:
        shouldDisplay in interface com.atlassian.plugin.web.Condition