Class AttachedImageRenderHelperImpl
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.view.embed.AttachedImageRenderHelperImpl
-
- All Implemented Interfaces:
AttachedImageRenderHelper
public class AttachedImageRenderHelperImpl extends Object implements AttachedImageRenderHelper
- Since:
- 5.7
-
-
Constructor Summary
Constructors Constructor Description AttachedImageRenderHelperImpl(CommentManager commentManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedImageUnresolvedCommentCountAggregator
getUnresolvedCommentCountAggregatorFrom(ConversionContext conversionContext)
Get the Unresolved Comment Count Aggregator from the conversion context.
-
-
-
Constructor Detail
-
AttachedImageRenderHelperImpl
public AttachedImageRenderHelperImpl(CommentManager commentManager)
-
-
Method Detail
-
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
-
-