Class ShouldDisplayDirectoryAggregationWarning
- java.lang.Object
-
- com.atlassian.confluence.user.extras.aggregation.impl.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 Summary
Constructors Constructor Description ShouldDisplayDirectoryAggregationWarning(AggregationWarningManager warningManager)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
init(Map<String,String> params)
Deprecated.boolean
shouldDisplay(Map<String,Object> context)
Deprecated.
-
-
-
Constructor Detail
-
ShouldDisplayDirectoryAggregationWarning
public ShouldDisplayDirectoryAggregationWarning(AggregationWarningManager warningManager)
Deprecated.
-
-