Class ViewMyLabelsAction

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 ViewMyLabelsAction extends AbstractUserProfileAction
Cloned from com.atlassian.confluence.user.actions.ViewMyLabelsAction in confluence-core
See Also:
  • Constructor Details

    • ViewMyLabelsAction

      public ViewMyLabelsAction()
  • Method Details

    • getPaginationSupport

      public PaginationSupport getPaginationSupport()
    • setStartIndex

      public void setStartIndex(int startIndex)
    • getPageSize

      public int getPageSize()
    • getPaginatedItems

      public List getPaginatedItems()
    • getMyLabels

      public Collection<Label> getMyLabels()
    • getContent

      public List getContent()
    • getCurrentLabel

      public Label getCurrentLabel()
    • validate

      public void validate()
      Specified by:
      validate in interface MessageHolderAware
      Specified by:
      validate in interface org.apache.struts2.Validateable
      Overrides:
      validate in class org.apache.struts2.ActionSupport
    • 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
    • getLabelId

      public long getLabelId()
    • setLabelId

      public void setLabelId(long labelId)
    • getContentCount

      public int getContentCount(Label l)