Class NotificationsAction

java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable, org.springframework.beans.factory.InitializingBean

public class NotificationsAction extends ConfluenceActionSupport implements org.springframework.beans.factory.InitializingBean
See Also:
  • Constructor Details

    • NotificationsAction

      public NotificationsAction()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • doView

      public String doView()
    • isNotifyAuthor

      public boolean isNotifyAuthor()
    • isNotifyFollowers

      public boolean isNotifyFollowers()
    • setNotifyAuthor

      public void setNotifyAuthor(boolean notifyAuthor)
    • setNotifyFollowers

      public void setNotifyFollowers(boolean notifyFollowers)
    • doUpdate

      public String doUpdate()
    • setNotificationManager

      public void setNotificationManager(NotificationManager notificationManager)
    • isPermitted

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