public class

AlphabeticalListLabelsAction

extends AbstractLabelDisplayingAction
implements Evented<T>
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.labels.actions.AbstractLabelDisplayingAction
         ↳ com.atlassian.confluence.labels.actions.AlphabeticalListLabelsAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.labels.actions.AbstractLabelDisplayingAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.labels.actions.AbstractLabelDisplayingAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
AlphabeticalListLabelsAction()
Public Methods
AlphabeticalLabelGroupingSupport getAlphaSupport()
List getContents()
List getContentsWith(String startsWith)
LabelListViewEvent getEventToPublish(String result)
Gets the event to publish.
List getItems()
String getStartsWith()
boolean hasContents(String letter)
Determines if there are any pages that fall under this lettter/number
void setStartsWith(String startsWith)
[Expand]
Inherited Methods
From class com.atlassian.confluence.labels.actions.AbstractLabelDisplayingAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.event.Evented
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.atlassian.confluence.spaces.Spaced
From interface com.atlassian.confluence.spaces.actions.SpaceAware
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 AlphabeticalListLabelsAction ()

Public Methods

public AlphabeticalLabelGroupingSupport getAlphaSupport ()

public List getContents ()

public List getContentsWith (String startsWith)

public LabelListViewEvent getEventToPublish (String result)

Gets the event to publish.

Parameters
result the result of the action executing.
Returns
  • the event. Can be null, in which case no event will be published.

public List getItems ()

public String getStartsWith ()

public boolean hasContents (String letter)

Determines if there are any pages that fall under this lettter/number

public void setStartsWith (String startsWith)