Class ViewFollowAction

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
WebInterface, UserAware, BreadcrumbAware, 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

public class ViewFollowAction extends AbstractUserProfileAction implements UserAware
Action used by the follow tab
See Also:
  • Constructor Details

    • ViewFollowAction

      public ViewFollowAction()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
      Throws:
      Exception
    • getUsername

      public String getUsername()
      Overrides:
      getUsername in class AbstractUserProfileAction
    • setUsername

      public void setUsername(String username)
    • getFollowersList

      public String getFollowersList()
    • getRssDescriptor

      public RssDescriptor getRssDescriptor()
    • getUndoUnfollowUser

      public com.atlassian.user.User getUndoUnfollowUser()
    • getUndoUnfollow

      public String getUndoUnfollow()
    • setUndoUnfollow

      public void setUndoUnfollow(String undoUnfollow)
    • isUndoUnfollowNeeded

      public boolean isUndoUnfollowNeeded()