public class

AttachedImagesAction

extends ConfluenceActionSupport
implements Beanable
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.pages.actions.AttachedImagesAction

Class Overview

Simple Action to retrieve the details of a ContentEntityObject's image attachments.

Since it is purpose built for the editor, it's possible this action should be moved to an editor actions package.

Warning: Think twice before removing or replacing this action. At the time of 4.0, this action was significantly faster than the equivalent REST resource /content/{id}/attachments.json

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.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
AttachedImagesAction()
Public Methods
String execute()
Object getBean()
boolean isPermitted()
void setAttachmentManager(AttachmentManager attachmentManager)
void setContentEntityManager(ContentEntityManager contentEntityManager)
void setContentId(long contentId)
void setThumbnailManager(ThumbnailManager thumbnailManager)
void validate()
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.core.Beanable
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
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 AttachedImagesAction ()

Public Methods

public String execute ()

public Object getBean ()

public boolean isPermitted ()

public void setAttachmentManager (AttachmentManager attachmentManager)

public void setContentEntityManager (ContentEntityManager contentEntityManager)

public void setContentId (long contentId)

public void setThumbnailManager (ThumbnailManager thumbnailManager)

public void validate ()