| Package | Description |
|---|---|
| com.atlassian.confluence.pages.persistence.dao.filesystem.filestore |
Provide external filesystem (FileStore) for persisting and processing attachment data.
|
| com.atlassian.confluence.plugins.rest.internal.resources | |
| com.atlassian.confluence.servlet.download |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMediaApiSupportService |
class |
MediaApiURLHelper
Deprecated.
Plugins are using this class incorrectly so mark this as deprecated to use new
MediaApiSupportService
This class will be removed when all usages in plugins are removed |
| Constructor and Description |
|---|
InternalMediaApiSupportResource(MediaApiSupportService mediaApiSupportService,
PermissionManager permissionManager,
ContentEntityManager contentEntityManager,
DraftService draftService,
AttachmentManager attachmentManager) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract URI |
PerArtifactStrategy.createRedirectUrl(com.atlassian.confluence.servlet.download.AttachmentInfo attachmentInfo,
Map<String,String> params,
MediaApiSupportService mediaApiSupportService)
Creates an
URI pointing to filestore for direct download, including client id, jwt token and the particular id of the artifact to download |
| Constructor and Description |
|---|
ExportDownload(com.atlassian.xwork.XsrfTokenGenerator tokenGenerator,
org.springframework.transaction.PlatformTransactionManager transactionManager,
DownloadResourceManager downloadResourceManager,
FeatureFlagServiceClient featureFlagServiceClient,
MediaApiSupportService mediaApiSupportService,
GateKeeper gateKeeper,
BootstrapManager bootstrapManager,
PermissionManager permissionManager) |
RedirectToFileStoreDownload(org.springframework.transaction.PlatformTransactionManager transactionManager,
AttachmentDownloadResourceManager attachmentDownloadResourceManager,
MediaApiSupportService mediaApiSupportService,
SafeContentHeaderGuesser safeContentHeaderGuesser,
DarkFeaturesManager darkFeaturesManager,
com.atlassian.xwork.XsrfTokenGenerator tokenGenerator,
com.atlassian.plugin.servlet.DownloadStrategy fallbackDownloadStrategy,
PerArtifactStrategy artifactStrategy,
FeatureFlagServiceClient client,
MediaApiClientSupplier clientSupplier,
MediaApiClientIdentitySupplier clientIdentitySupplier) |
Copyright © 2003–2017 Atlassian. All rights reserved.