Interface AttachedImageRenderHelper
-
- All Known Implementing Classes:
AttachedImageRenderHelperImpl
public interface AttachedImageRenderHelperThis helper is used for rendering the attached images.- Since:
- 5.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachedImageUnresolvedCommentCountAggregatorgetUnresolvedCommentCountAggregatorFrom(ConversionContext conversionContext)Get the Unresolved Comment Count Aggregator from the conversion context.
-
-
-
Method Detail
-
getUnresolvedCommentCountAggregatorFrom
AttachedImageUnresolvedCommentCountAggregator getUnresolvedCommentCountAggregatorFrom(ConversionContext conversionContext)
Get the Unresolved Comment Count Aggregator from the conversion context.- Parameters:
conversionContext- the conversion context- Returns:
- the unresolved comment count aggregator
-
-