public class

BrowseCommentsAction

extends ConfluenceActionSupport
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.admin.actions.debug.BrowseCommentsAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
BrowseCommentsAction()
Public Methods
String execute()
List getComments()
List getDeleteCommentsList()
boolean isPermitted()
void setCommentManager(CommentManager commentManager)
void setComments(List comments)
void setDeleteCommentsList(List deleteCommentsList)
void setSpaceManager(SpaceManager spaceManager)
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public BrowseCommentsAction ()

Public Methods

public String execute ()

Throws
HibernateException
SQLException

public List getComments ()

public List getDeleteCommentsList ()

public boolean isPermitted ()

public void setCommentManager (CommentManager commentManager)

public void setComments (List comments)

public void setDeleteCommentsList (List deleteCommentsList)

public void setSpaceManager (SpaceManager spaceManager)