Class ExportSpaceAction

All Implemented Interfaces:
WebInterface, Spaced, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.ServletRequestAware, org.springframework.beans.factory.Aware, org.springframework.web.context.ServletContextAware

@Deprecated public class ExportSpaceAction extends AbstractSpaceAction implements org.springframework.web.context.ServletContextAware, org.apache.struts2.action.ServletRequestAware
Deprecated.
since 7.17.0. Will be removed in the future with ImportExportManager.
See Also:
  • Constructor Details

    • ExportSpaceAction

      public ExportSpaceAction()
      Deprecated.
  • Method Details

    • isPreloadContentTree

      public boolean isPreloadContentTree()
      Deprecated.
      Returns:
      true if the content tree should be preloaded. False if the content tree should be ajax fetched.
    • setPreloadContentTree

      public void setPreloadContentTree(boolean preloadContentTree)
      Deprecated.
    • getDownloadPath

      public String getDownloadPath()
      Deprecated.
    • setExportType

      public void setExportType(String exportType)
      Deprecated.
    • getExportType

      public String getExportType()
      Deprecated.
    • isIncludeComments

      public boolean isIncludeComments()
      Deprecated.
    • setIncludeComments

      public void setIncludeComments(boolean includeComments)
      Deprecated.
    • getContentToBeExported

      public String[] getContentToBeExported()
      Deprecated.
    • setContentToBeExported

      public void setContentToBeExported(String[] contentToBeExported)
      Deprecated.
    • getContentToBeExcluded

      public String[] getContentToBeExcluded()
      Deprecated.
    • setContentToBeExcluded

      public void setContentToBeExcluded(String[] contentToBeExcluded)
      Deprecated.
    • setImportExportManager

      public void setImportExportManager(ImportExportManager importExportManager)
      Deprecated.
    • doDefaultHtml

      public String doDefaultHtml()
      Deprecated.
    • doDefaultXml

      public String doDefaultXml()
      Deprecated.
    • doDefaultPdf

      public String doDefaultPdf()
      Deprecated.
    • doDefault

      public String doDefault()
      Deprecated.
      Description copied from class: ConfluenceActionSupport
      Convenient Action execution method which defaults to returning INPUT
      Overrides:
      doDefault in class ConfluenceActionSupport
    • doDefaultContentTree

      public String doDefaultContentTree()
      Deprecated.
    • validate

      public void validate()
      Deprecated.
      Specified by:
      validate in interface MessageHolderAware
      Specified by:
      validate in interface com.opensymphony.xwork2.Validateable
      Overrides:
      validate in class com.opensymphony.xwork2.ActionSupport
    • execute

      public String execute() throws Exception
      Deprecated.
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • isSpaceAdminOrConfAdmin

      public boolean isSpaceAdminOrConfAdmin()
      Deprecated.
    • getServletContext

      public javax.servlet.ServletContext getServletContext()
      Deprecated.
    • getContentTree

      public ContentTree getContentTree()
      Deprecated.
    • getPermissionTypes

      protected List getPermissionTypes()
      Deprecated.
      Overrides:
      getPermissionTypes in class AbstractSpaceAction
      See Also:
    • getTaskId

      public String getTaskId()
      Deprecated.
    • isPermitted

      public boolean isPermitted()
      Deprecated.
      Description copied from class: ConfluenceActionSupport
      Overrides:
      isPermitted in class AbstractSpaceAction
    • setGateKeeper

      public void setGateKeeper(GateKeeper gateKeeper)
      Deprecated.
    • setServletContext

      public void setServletContext(javax.servlet.ServletContext servletContext)
      Deprecated.
      Specified by:
      setServletContext in interface org.springframework.web.context.ServletContextAware
    • getContentOption

      public String getContentOption()
      Deprecated.
    • setContentOption

      public void setContentOption(String contentOption)
      Deprecated.
    • isSynchronous

      public boolean isSynchronous()
      Deprecated.
    • setSynchronous

      public void setSynchronous(boolean synchronous)
      Deprecated.
    • withServletRequest

      public void withServletRequest(javax.servlet.http.HttpServletRequest servletRequest)
      Deprecated.
      Specified by:
      withServletRequest in interface org.apache.struts2.action.ServletRequestAware
    • spaceHasPages

      public boolean spaceHasPages()
      Deprecated.
    • setPageManager

      public void setPageManager(PageManager pageManager)
      Deprecated.
    • setLongRunningTaskManager

      public void setLongRunningTaskManager(LongRunningTaskManager longRunningTaskManager)
      Deprecated.
    • getSpaceExportBackwardsCompatibility

      public String getSpaceExportBackwardsCompatibility()
      Deprecated.
    • getBuildInformation

      public BuildInformation getBuildInformation()
      Deprecated.
    • setSalDarkFeatureManager

      public void setSalDarkFeatureManager(com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager)
      Deprecated.
    • isCustomExportAllowed

      public boolean isCustomExportAllowed()
      Deprecated.