Class CommentAwareHelper
java.lang.Object
com.atlassian.confluence.impl.pages.actions.CommentAwareHelper
A helper utility for taking request parameters, mapping them on to a
Comment
, and injecting them into a
supplier CommentAware
object.- Since:
- 5.10
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionCommentAwareHelper
(CommentManager commentManager, PermissionManager permissionManager, ConfluenceWebResourceManager webResourceManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
configureCommentAware
(CommentAware commentAware, CommentAwareHelper.ParameterSource parameterSource, ConfluenceUser user)
-
Constructor Details
-
CommentAwareHelper
public CommentAwareHelper(CommentManager commentManager, PermissionManager permissionManager, ConfluenceWebResourceManager webResourceManager)
-
-
Method Details
-
configureCommentAware
public void configureCommentAware(CommentAware commentAware, CommentAwareHelper.ParameterSource parameterSource, ConfluenceUser user)
-