Class CommentAwareHelper
- java.lang.Object
-
- com.atlassian.confluence.impl.pages.actions.CommentAwareHelper
-
@ParametersAreNonnullByDefault public class CommentAwareHelper extends Object
A helper utility for taking request parameters, mapping them on to aComment
, and injecting them into a supplierCommentAware
object.- Since:
- 5.10
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CommentAwareHelper.ParameterSource
-
Constructor Summary
Constructors Constructor Description CommentAwareHelper(CommentManager commentManager, PermissionManager permissionManager, ConfluenceWebResourceManager webResourceManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configureCommentAware(CommentAware commentAware, CommentAwareHelper.ParameterSource parameterSource, ConfluenceUser user)
-
-
-
Constructor Detail
-
CommentAwareHelper
public CommentAwareHelper(CommentManager commentManager, PermissionManager permissionManager, ConfluenceWebResourceManager webResourceManager)
-
-
Method Detail
-
configureCommentAware
public void configureCommentAware(CommentAware commentAware, CommentAwareHelper.ParameterSource parameterSource, ConfluenceUser user)
-
-