Class RemoveCommentAction

All Implemented Interfaces:
PageAware, WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class RemoveCommentAction extends AbstractPageAwareAction
See Also:
  • Constructor Details

    • RemoveCommentAction

      public RemoveCommentAction()
  • Method Details

    • getCommentId

      public long getCommentId()
    • validate

      public void validate()
      Specified by:
      validate in interface MessageHolderAware
      Specified by:
      validate in interface com.opensymphony.xwork2.Validateable
      Overrides:
      validate in class com.opensymphony.xwork2.ActionSupport
    • setCommentId

      public void setCommentId(long commentId)
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • isPermitted

      public boolean isPermitted()
      Description copied from class: ConfluenceActionSupport
      Overrides:
      isPermitted in class AbstractPageAwareAction
    • getConfirm

      public String getConfirm()
    • setConfirm

      public void setConfirm(String confirm)
    • setApiContentService

      public void setApiContentService(ContentService contentService)