Uses of Interface
com.atlassian.confluence.pages.FileUploadManager
Packages that use FileUploadManager
Package
Description
-
Uses of FileUploadManager in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type FileUploadManagerModifierConstructorDescriptionAttachmentServiceImpl
(PermissionManager permissionManager, ContentEntityManager contentEntityManager, FileUploadManager fileUploadManager, AttachmentManagerInternal attachmentManager, ContentFactory contentFactory, AttachmentContentTypeApiSupport binding, FinderProxyFactory finderProxyFactory, ContentTrashService trashService) -
Uses of FileUploadManager in com.atlassian.confluence.impl.pages.actions
Constructors in com.atlassian.confluence.impl.pages.actions with parameters of type FileUploadManagerModifierConstructorDescriptionAttachmentUploadHelper
(com.atlassian.struts.multipart.AtlassianMultiPartRequest multiPartRequest, int maxAttachments, ConfluenceActionSupport action, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, StrutsHelper strutsHelper) -
Uses of FileUploadManager in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement FileUploadManager -
Uses of FileUploadManager in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type FileUploadManagerModifier and TypeMethodDescriptionvoid
AbstractViewAttachmentsAction.setFileUploadManager
(FileUploadManager fileUploadManager) void
AttachFileAction.setFileUploadManager
(FileUploadManager fileUploadManager) -
Uses of FileUploadManager in com.atlassian.confluence.pages.actions.beans
Methods in com.atlassian.confluence.pages.actions.beans with parameters of type FileUploadManagerModifier and TypeMethodDescriptionvoid
AttachmentStorer.setFileUploadManager
(FileUploadManager fileUploadManager) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of FileUploadManager in com.atlassian.confluence.plugins.lookandfeel
Constructors in com.atlassian.confluence.plugins.lookandfeel with parameters of type FileUploadManagerModifierConstructorDescriptionAttachmentDarkSiteLogoManager
(GlobalDescriptionManager globalDescriptionManager, ContextPathHolder contextPathHolder, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager, ImageScaler imageScaler) AttachmentLightSiteLogoManager
(GlobalDescriptionManager globalDescriptionManager, ContextPathHolder contextPathHolder, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager, ImageScaler imageScaler) AttachmentSiteLogoManager
(GlobalDescriptionManager globalDescriptionManager, ContextPathHolder contextPathHolder, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager, ImageScaler imageScaler) -
Uses of FileUploadManager in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type FileUploadManagerModifier and TypeMethodDescriptionvoid
AttachmentsSoapService.setFileUploadManager
(FileUploadManager fileUploadManager) -
Uses of FileUploadManager in com.atlassian.confluence.spaces.actions
Fields in com.atlassian.confluence.spaces.actions declared as FileUploadManagerModifier and TypeFieldDescriptionprotected FileUploadManager
AbstractLogoAction.fileUploadManager
Methods in com.atlassian.confluence.spaces.actions with parameters of type FileUploadManagerModifier and TypeMethodDescriptionvoid
AbstractLogoAction.setFileUploadManager
(FileUploadManager fileUploadManager)