public class

ViewSpaceSummaryAction

extends AbstractSpaceAction
implements SpaceLabelAware
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.spaces.actions.AbstractSpaceAction
         ↳ com.atlassian.confluence.spaces.actions.ViewSpaceSummaryAction
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ViewSpaceSummaryAction()
Public Methods
String execute()
ContentEntityManager getContentEntityManager()
String getDescription()
List getLabelsOnThisSpace()
Returns the labels for the space (excluding team labels) for rendering in the UI
int getMaxRecentChangesSize()
String getName()
List getRecentlyUpdatedContent()
SpaceLabelManager getSpaceLabelManager()
List getTeamLabelsOnThisSpace()
Returns the teams labels for the space for rendering in the UI
boolean isUserWatchingSpace()
void setCommentManager(CommentManager commentManager)
void setContentEntityManager(ContentEntityManager contentEntityManager)
void setDescription(String description)
void setMaxRecentChangesSize(int i)
void setName(String name)
void setSpaceLabelManager(SpaceLabelManager spaceLabelManager)
[Expand]
Inherited Methods
From class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
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.spaces.Spaced
From interface com.atlassian.confluence.spaces.actions.SpaceLabelAware
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 ViewSpaceSummaryAction ()

Public Methods

public String execute ()

Throws
Exception

public ContentEntityManager getContentEntityManager ()

public String getDescription ()

public List getLabelsOnThisSpace ()

Returns the labels for the space (excluding team labels) for rendering in the UI

Returns
  • teams labels for the space

public int getMaxRecentChangesSize ()

public String getName ()

public List getRecentlyUpdatedContent ()

public SpaceLabelManager getSpaceLabelManager ()

public List getTeamLabelsOnThisSpace ()

Returns the teams labels for the space for rendering in the UI

Returns
  • teams labels for the space

public boolean isUserWatchingSpace ()

public void setCommentManager (CommentManager commentManager)

public void setContentEntityManager (ContentEntityManager contentEntityManager)

public void setDescription (String description)

public void setMaxRecentChangesSize (int i)

public void setName (String name)

public void setSpaceLabelManager (SpaceLabelManager spaceLabelManager)