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
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCommentAwareHelper(CommentManager commentManager, PermissionManager permissionManager, ConfluenceWebResourceManager webResourceManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureCommentAware(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)
-