Class NotificationsAction

  • 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.springframework.beans.factory.InitializingBean

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

      • NotificationsAction

        public NotificationsAction()
    • Method Detail

      • afterPropertiesSet

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

        public String doView()
      • isNotifyAuthor

        public boolean isNotifyAuthor()
      • isNotifyFollowers

        public boolean isNotifyFollowers()
      • setNotifyAuthor

        public void setNotifyAuthor​(boolean notifyAuthor)
      • setNotifyFollowers

        public void setNotifyFollowers​(boolean notifyFollowers)
      • setNotificationManager

        public void setNotificationManager​(NotificationManager notificationManager)