Class AttachedImageRenderHelperImpl
java.lang.Object
com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageRenderHelperImpl
- All Implemented Interfaces:
AttachedImageRenderHelper
- Since:
- 5.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUnresolvedCommentCountAggregatorFrom
(ConversionContext conversionContext) Get the Unresolved Comment Count Aggregator from the conversion context.
-
Constructor Details
-
AttachedImageRenderHelperImpl
-
-
Method Details
-
getUnresolvedCommentCountAggregatorFrom
public AttachedImageUnresolvedCommentCountAggregator getUnresolvedCommentCountAggregatorFrom(ConversionContext conversionContext) Description copied from interface:AttachedImageRenderHelper
Get the Unresolved Comment Count Aggregator from the conversion context.- Specified by:
getUnresolvedCommentCountAggregatorFrom
in interfaceAttachedImageRenderHelper
- Parameters:
conversionContext
- the conversion context- Returns:
- the unresolved comment count aggregator
-