Class ExportSpaceAction
java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
com.atlassian.confluence.core.AbstractI18nActionSupport
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.action.Action,org.apache.struts2.interceptor.ValidationAware,org.apache.struts2.Validateable
Deprecated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.opensymphony.xwork2.interceptor.ValidationAware
com.opensymphony.xwork2.interceptor.ValidationAware.LegacyAdapter -
Field Summary
Fields inherited from class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
key, notificationManager, space, spaceManager, themeManager, wikiStyleRendererFields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
accessModeService, CANCEL, confluenceAccessManager, contentUiSupport, eventPublisher, formatSettingsManager, globalSettingsManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, localeManager, loginManager, messageHolder, permissionManager, pluginAccessor, PREVIEW, request, response, spacePermissionManager, strutsHelper, systemInformationService, userAccessor, webInterfaceManagerFields inherited from class org.apache.struts2.ActionSupport
containerFields inherited from interface org.apache.struts2.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Convenient Action execution method which defaults to returning INPUTDeprecated.Deprecated.Deprecated.Deprecated.execute()Deprecated.Deprecated.Deprecated.String[]Deprecated.String[]Deprecated.Deprecated.Deprecated.Deprecated.protected ListDeprecated.javax.servlet.ServletContextDeprecated.Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.Consulted byPermissionCheckInterceptor.booleanDeprecated.booleanDeprecated.booleanDeprecated.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, for removal: This API element is subject to removal in a future version.since 9.1, no replacement.voidsetSynchronous(boolean synchronous) Deprecated.booleanDeprecated.voidvalidate()Deprecated.voidwithServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated, for removal: This API element is subject to removal in a future version.since 9.1, no replacement.Methods inherited from class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
getActionSpaceKey, getKey, getSpace, getSpaceKey, getSpaceManager, getSubscribableName, getThemeManager, hasSpaceIA, isPersonalSpace, isUserWatchingSpace, isValidSpaceKey, setKey, setNotificationManager, setSpace, setSpaceManager, setThemeManager, setWikiStyleRendererMethods inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
addActionError, addActionMessage, addFieldError, addPermissionTypeTo, addToHistory, getActionErrors, getActionMessages, getActionName, getAuthenticatedUser, getBootstrapStatusProvider, getCancelResult, getCurrentRequest, getCurrentResponse, getDateFormatter, getDefaultTimeZone, getFieldErrors, getGlobalSettings, getHelper, getI18n, getLocale, getMessageHolder, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPreviousLoginDate, getTimeZone, getUserByName, getUserInterfaceState, getWebInterfaceContext, isAnonymousUser, isEmailVisible, setAccessModeService, setBootstrapStatusProvider, setCancel, setConfluenceAccessManager, setContentUiSupport, setEventPublisher, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setLoginManager, setMessageHolder, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setSettingsManager, setSkipIsPermitted, setSpacePermissionManager, setStrutsHelper, setSystemInformationService, setTimeZoneManager, setUserAccessor, setWebInterfaceManager, shouldSkipIsPermittedMethods inherited from class com.atlassian.confluence.core.AbstractI18nActionSupport
getText, getText, getText, getText, getText, getText, getText, getText, getTextStrictMethods inherited from class org.apache.struts2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getContainer, getFormatted, getLocaleProvider, getText, getText, getTextProvider, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, toLocaleMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.struts2.interceptor.ValidationAware
addActionError, addActionMessage, addFieldError, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors
-
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
Deprecated. -
setExportType
Deprecated. -
getExportType
Deprecated. -
isIncludeComments
public boolean isIncludeComments()Deprecated. -
setIncludeComments
public void setIncludeComments(boolean includeComments) Deprecated. -
getContentToBeExported
Deprecated. -
setContentToBeExported
Deprecated. -
getContentToBeExcluded
Deprecated. -
setContentToBeExcluded
Deprecated. -
setImportExportManager
Deprecated. -
doDefaultHtml
Deprecated. -
doDefaultXml
Deprecated. -
doDefaultPdf
Deprecated. -
doDefault
Deprecated.Description copied from class:ConfluenceActionSupportConvenient Action execution method which defaults to returning INPUT- Overrides:
doDefaultin classConfluenceActionSupport
-
doDefaultContentTree
Deprecated. -
validate
public void validate()Deprecated.- Specified by:
validatein interfaceMessageHolderAware- Specified by:
validatein interfaceorg.apache.struts2.Validateable- Overrides:
validatein classorg.apache.struts2.ActionSupport
-
execute
Deprecated.- Specified by:
executein interfaceorg.apache.struts2.action.Action- Overrides:
executein classorg.apache.struts2.ActionSupport- Throws:
Exception
-
isSpaceAdminOrConfAdmin
public boolean isSpaceAdminOrConfAdmin()Deprecated. -
getServletContext
public javax.servlet.ServletContext getServletContext()Deprecated. -
getContentTree
Deprecated. -
getPermissionTypes
Deprecated.- Overrides:
getPermissionTypesin classAbstractSpaceAction- See Also:
-
getTaskId
Deprecated. -
isPermitted
public boolean isPermitted()Deprecated.Description copied from class:ConfluenceActionSupportConsulted byPermissionCheckInterceptor.- Overrides:
isPermittedin classAbstractSpaceAction
-
setGateKeeper
Deprecated. -
setServletContext
@Deprecated(forRemoval=true) public void setServletContext(javax.servlet.ServletContext servletContext) Deprecated, for removal: This API element is subject to removal in a future version.since 9.1, no replacement. -
getContentOption
Deprecated. -
setContentOption
Deprecated. -
isSynchronous
public boolean isSynchronous()Deprecated. -
setSynchronous
public void setSynchronous(boolean synchronous) Deprecated. -
withServletRequest
@Deprecated(forRemoval=true) public void withServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated, for removal: This API element is subject to removal in a future version.since 9.1, no replacement. -
spaceHasPages
public boolean spaceHasPages()Deprecated. -
setPageManager
Deprecated. -
setLongRunningTaskManager
Deprecated. -
getSpaceExportBackwardsCompatibility
Deprecated. -
getBuildInformation
Deprecated. -
setSalDarkFeatureManager
public void setSalDarkFeatureManager(com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager) Deprecated. -
isCustomExportAllowed
public boolean isCustomExportAllowed()Deprecated.
-
ImportExportManager.