Uses of Interface
com.atlassian.confluence.pages.CommentManager

Packages that use CommentManager
com.atlassian.confluence.admin.actions.debug   
com.atlassian.confluence.importexport.impl.moinmoin   
com.atlassian.confluence.importexport.impl.snipsnap   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.spaces.actions   
 

Uses of CommentManager in com.atlassian.confluence.admin.actions.debug
 

Methods in com.atlassian.confluence.admin.actions.debug with parameters of type CommentManager
 void BrowseCommentsAction.setCommentManager(CommentManager commentManager)
           
 

Uses of CommentManager in com.atlassian.confluence.importexport.impl.moinmoin
 

Methods in com.atlassian.confluence.importexport.impl.moinmoin with parameters of type CommentManager
 void MoinMoinImporter.setCommentManager(CommentManager commentManager)
           
 

Uses of CommentManager in com.atlassian.confluence.importexport.impl.snipsnap
 

Methods in com.atlassian.confluence.importexport.impl.snipsnap with parameters of type CommentManager
 void SnipSnapImporter.setCommentManager(CommentManager commentManager)
           
 

Uses of CommentManager in com.atlassian.confluence.pages
 

Classes in com.atlassian.confluence.pages that implement CommentManager
 class DefaultCommentManager
          Manager for page comments.
 

Uses of CommentManager in com.atlassian.confluence.pages.actions
 

Fields in com.atlassian.confluence.pages.actions declared as CommentManager
protected  CommentManager ViewPageAction.commentManager
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type CommentManager
 void AddCommentAction.setCommentManager(CommentManager commentManager)
           
 void EditCommentAction.setCommentManager(CommentManager commentManager)
           
 void RemoveCommentAction.setCommentManager(CommentManager commentManager)
           
 void ViewPageAction.setCommentManager(CommentManager commentManager)
           
 

Uses of CommentManager in com.atlassian.confluence.spaces.actions
 

Methods in com.atlassian.confluence.spaces.actions with parameters of type CommentManager
 void ViewSpaceSummaryAction.setCommentManager(CommentManager commentManager)
           
 



Confluence is developed by Atlassian.