public class

ExportSpaceAction

extends AbstractSpaceAction
implements ServletRequestAware ServletContextAware
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.spaces.actions.AbstractSpaceAction
         ↳ com.atlassian.confluence.importexport.actions.ExportSpaceAction

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
ExportSpaceAction()
Public Methods
String doDefault()
Default webwork action execution method.
String doDefaultHtml()
String doDefaultPdf()
String doDefaultXml()
String execute()
String getContentOption()
List getContentToBeExported()
ContentTree getContentTree()
String getDownloadPath()
String getExportType()
ServletContext getServletContext()
String getTaskId()
boolean isBackupAttachments()
boolean isIncludeComments()
boolean isPermitted()
boolean isSpaceAdminOrConfAdmin()
boolean isSynchronous()
void setBackupAttachments(boolean backupAttachments)
void setContentOption(String contentOption)
void setContentToBeExported(List contentToBeExported)
void setExportType(String exportType)
void setGateKeeper(GateKeeper gateKeeper)
void setImportExportManager(ImportExportManager importExportManager)
void setIncludeComments(boolean includeComments)
void setLongRunningTaskManager(LongRunningTaskManager longRunningTaskManager)
void setPageManager(PageManager pageManager)
void setServletContext(ServletContext servletContext)
void setServletRequest(HttpServletRequest servletRequest)
void setSynchronous(boolean synchronous)
boolean spaceHasPages()
void validate()
Protected Methods
List getPermissionTypes()
[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.opensymphony.webwork.interceptor.ServletRequestAware
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
From interface org.springframework.web.context.ServletContextAware

Public Constructors

public ExportSpaceAction ()

Public Methods

public String doDefault ()

Default webwork action execution method.

Returns
  • the action result
Throws
Exception

public String doDefaultHtml ()

Throws
Exception

public String doDefaultPdf ()

Throws
Exception

public String doDefaultXml ()

Throws
Exception

public String execute ()

Throws
Exception

public String getContentOption ()

public List getContentToBeExported ()

public ContentTree getContentTree ()

public String getDownloadPath ()

public String getExportType ()

public ServletContext getServletContext ()

public String getTaskId ()

public boolean isBackupAttachments ()

public boolean isIncludeComments ()

public boolean isPermitted ()

public boolean isSpaceAdminOrConfAdmin ()

public boolean isSynchronous ()

public void setBackupAttachments (boolean backupAttachments)

public void setContentOption (String contentOption)

public void setContentToBeExported (List contentToBeExported)

public void setExportType (String exportType)

public void setGateKeeper (GateKeeper gateKeeper)

public void setImportExportManager (ImportExportManager importExportManager)

public void setIncludeComments (boolean includeComments)

public void setLongRunningTaskManager (LongRunningTaskManager longRunningTaskManager)

public void setPageManager (PageManager pageManager)

public void setServletContext (ServletContext servletContext)

public void setServletRequest (HttpServletRequest servletRequest)

public void setSynchronous (boolean synchronous)

public boolean spaceHasPages ()

public void validate ()

Protected Methods

protected List getPermissionTypes ()