Class ExportSpaceAction
- java.lang.Object
-
- com.opensymphony.xwork2.ActionSupport
-
- com.atlassian.confluence.core.ConfluenceActionSupport
-
- com.atlassian.confluence.spaces.actions.AbstractSpaceAction
-
- com.atlassian.confluence.importexport.actions.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.interceptor.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.interceptor.ServletRequestAware
Deprecated.since 7.17.0. Will be removed in the future withImportExportManager.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
key, notificationManager, space, spaceManager, themeManager, wikiStyleRenderer
-
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
accessModeService, CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, messageHolder, permissionManager, permitted, personService, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager
-
-
Constructor Summary
Constructors Constructor Description ExportSpaceAction()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringdoDefault()Deprecated.Convenient Action execution method which defaults to returning INPUTStringdoDefaultContentTree()Deprecated.StringdoDefaultHtml()Deprecated.StringdoDefaultPdf()Deprecated.StringdoDefaultXml()Deprecated.Stringexecute()Deprecated.BuildInformationgetBuildInformation()Deprecated.StringgetContentOption()Deprecated.String[]getContentToBeExcluded()Deprecated.String[]getContentToBeExported()Deprecated.ContentTreegetContentTree()Deprecated.StringgetDownloadPath()Deprecated.StringgetExportType()Deprecated.protected ListgetPermissionTypes()Deprecated.javax.servlet.ServletContextgetServletContext()Deprecated.StringgetSpaceExportBackwardsCompatibility()Deprecated.StringgetTaskId()Deprecated.booleanisCustomExportAllowed()Deprecated.booleanisIncludeComments()Deprecated.booleanisPermitted()Deprecated.booleanisPreloadContentTree()Deprecated.booleanisSpaceAdminOrConfAdmin()Deprecated.booleanisSynchronous()Deprecated.voidsetContentOption(String contentOption)Deprecated.voidsetContentToBeExcluded(String[] contentToBeExcluded)Deprecated.voidsetContentToBeExported(String[] contentToBeExported)Deprecated.voidsetExportType(String exportType)Deprecated.voidsetGateKeeper(GateKeeper gateKeeper)Deprecated.voidsetImportExportManager(ImportExportManager importExportManager)Deprecated.voidsetIncludeComments(boolean includeComments)Deprecated.voidsetLongRunningTaskManager(LongRunningTaskManager longRunningTaskManager)Deprecated.voidsetPageManager(PageManager pageManager)Deprecated.voidsetPreloadContentTree(boolean preloadContentTree)Deprecated.voidsetSalDarkFeatureManager(com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager)Deprecated.voidsetServletContext(javax.servlet.ServletContext servletContext)Deprecated.voidsetServletRequest(javax.servlet.http.HttpServletRequest servletRequest)Deprecated.voidsetSynchronous(boolean synchronous)Deprecated.booleanspaceHasPages()Deprecated.voidvalidate()Deprecated.-
Methods inherited from class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
getKey, getSpace, getSpaceKey, getSubscribableName, getThemeManager, hasSpaceIA, isPersonalSpace, isUserWatchingSpace, isValidSpaceKey, setKey, setNotificationManager, setSpace, setSpaceManager, setThemeManager, setWikiStyleRenderer
-
Methods inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
addActionError, addActionMessage, addFieldError, addPermissionTypeTo, addToHistory, formatFriendlyDate, getAccessMode, getActionName, getActionName, getAuthenticatedUser, getBootstrapManager, getBootstrapStatusProvider, getCancel, getCancelResult, getConfluenceAccessManager, getContext, getCurrentRequest, getCurrentSession, getDateFormatSetting, getDateFormatter, getDefaultResourceBundle, getDefaultTimeZone, getDocLink, getEventManager, getFriendlyDateFormatter, getFrontendServiceURL, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageJs, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getMessageHolder, getNiceContentType, getPermissionManager, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPersonService, getPreviousLoginDate, getRemoteUser, getSession, getSystemInformationService, getText, getText, getText, getText, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUserAccessor, getUserByName, getUserFullName, getUserHasBrowseUsersPermission, getUserHasLicensedAccess, getUserInterfaceState, getUserLocaleDefaultDatePattern, getUserProfilePicUrl, getWebInterfaceContext, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPrintableVersion, isSkipAccessCheck, isUserStatusPluginEnabled, isUsingH2, isUsingHSQL, setAccessModeService, setApiDateFormatService, setApiPersonService, setBootstrapManager, setCancel, setConfluenceAccessManager, setContentUiSupport, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setLoginManager, setMessageHolder, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setServletRequestSupplier, setSettingsManager, setSkipAccessCheck, setSpacePermissionManager, setSystemInformationService, setTimeZoneManager, setUserAccessor, setWebInterfaceManager, withServletRequestSupplier
-
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getContainer, getFieldErrors, getFormatted, getLocaleProvider, getText, getText, getTextProvider, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors
-
-
-
-
Method Detail
-
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:ConfluenceActionSupportConvenient Action execution method which defaults to returning INPUT- Overrides:
doDefaultin classConfluenceActionSupport
-
doDefaultContentTree
public String doDefaultContentTree()
Deprecated.
-
validate
public void validate()
Deprecated.- Specified by:
validatein interfaceMessageHolderAware- Specified by:
validatein interfacecom.opensymphony.xwork2.Validateable- Overrides:
validatein classcom.opensymphony.xwork2.ActionSupport
-
execute
public String execute() throws Exception
Deprecated.- Specified by:
executein interfacecom.opensymphony.xwork2.Action- Overrides:
executein classcom.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:
getPermissionTypesin classAbstractSpaceAction
-
getTaskId
public String getTaskId()
Deprecated.
-
isPermitted
public boolean isPermitted()
Deprecated.- Overrides:
isPermittedin classAbstractSpaceAction
-
setGateKeeper
public void setGateKeeper(GateKeeper gateKeeper)
Deprecated.
-
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
Deprecated.- Specified by:
setServletContextin interfaceorg.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.
-
setServletRequest
public void setServletRequest(javax.servlet.http.HttpServletRequest servletRequest)
Deprecated.- Specified by:
setServletRequestin interfaceorg.apache.struts2.interceptor.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.
-
-