public class

DownloadAllAttachmentsOnPageAction

extends AbstractPageAwareAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.pages.actions.AbstractPageAwareAction
         ↳ com.atlassian.confluence.pages.actions.DownloadAllAttachmentsOnPageAction

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.pages.actions.AbstractPageAwareAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
DownloadAllAttachmentsOnPageAction()
Public Methods
String execute()
String getDownloadPath()
String prepareDownloadPath(String path)
void setAttachmentManager(AttachmentManager attachmentManager)
void setGateKeeper(GateKeeper gateKeeper)
[Expand]
Inherited Methods
From class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.pages.actions.PageAware
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 DownloadAllAttachmentsOnPageAction ()

Public Methods

public String execute ()

Throws
Exception

public String getDownloadPath ()

public String prepareDownloadPath (String path)

Throws
IOException

public void setAttachmentManager (AttachmentManager attachmentManager)

public void setGateKeeper (GateKeeper gateKeeper)