public class

ViewMyLabelsAction

extends AbstractUserProfileAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.user.actions.AbstractUserProfileAction
         ↳ com.atlassian.confluence.user.actions.ViewMyLabelsAction

Class Overview

Allow a user to view there personal labels.

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ViewMyLabelsAction()
Public Methods
String execute()
List getContent()
int getContentCount(Label l)
Label getCurrentLabel()
long getLabelId()
Collection<Label> getMyLabels()
int getPageSize()
List getPaginatedItems()
PaginationSupport getPaginationSupport()
void setLabelId(long labelId)
void setStartIndex(int startIndex)
void validate()
[Expand]
Inherited Methods
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.atlassian.confluence.user.actions.UserAware
From interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbAware
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public ViewMyLabelsAction ()

Public Methods

public String execute ()

Throws
Exception

public List getContent ()

public int getContentCount (Label l)

public Label getCurrentLabel ()

public long getLabelId ()

public Collection<Label> getMyLabels ()

public int getPageSize ()

public List getPaginatedItems ()

public PaginationSupport getPaginationSupport ()

public void setLabelId (long labelId)

public void setStartIndex (int startIndex)

public void validate ()