public class

ExportPageAction

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

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
ExportPageAction()
Public Methods
String doDefault()
Default webwork action execution method.
String execute()
List<PairType> getAvailableTypes()
String getDownloadPath()
String getType()
boolean isBackupAttachments()
boolean isBackupHierarchy()
boolean isIncludeComments()
boolean isPageRequired()
If the action requires that the page be set before being run, then it should return true to this method.
void setBackupAttachments(boolean backupAttachments)
void setBackupHierarchy(boolean backupHierarchy)
void setGateKeeper(GateKeeper gateKeeper)
void setImportExportManager(ImportExportManager importExportManager)
void setIncludeComments(boolean includeComments)
void setType(String type)
Protected Methods
List<String> getPermissionTypes()
[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 ExportPageAction ()

Public Methods

public String doDefault ()

Default webwork action execution method.

Returns
  • the action result
Throws
Exception

public String execute ()

Throws
Exception

public List<PairType> getAvailableTypes ()

public String getDownloadPath ()

public String getType ()

public boolean isBackupAttachments ()

public boolean isBackupHierarchy ()

public boolean isIncludeComments ()

public boolean isPageRequired ()

If the action requires that the page be set before being run, then it should return true to this method. If the action requires a page, but no page is available, then the interceptor will automatically redirect to the 'pagenotfound' result

Returns
  • true if the action requires a page in order to execute

public void setBackupAttachments (boolean backupAttachments)

public void setBackupHierarchy (boolean backupHierarchy)

public void setGateKeeper (GateKeeper gateKeeper)

public void setImportExportManager (ImportExportManager importExportManager)

public void setIncludeComments (boolean includeComments)

public void setType (String type)

Protected Methods

protected List<String> getPermissionTypes ()