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 SummaryConstructors Constructor Description ShouldDisplayDirectoryAggregationWarning(AggregationWarningManager warningManager)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidinit(Map<String,String> params)Deprecated.booleanshouldDisplay(Map<String,Object> context)Deprecated.
 
- 
- 
- 
Constructor Detail- 
ShouldDisplayDirectoryAggregationWarningpublic ShouldDisplayDirectoryAggregationWarning(AggregationWarningManager warningManager) Deprecated.
 
- 
 
-