Uses of Class
com.atlassian.confluence.servlet.download.AttachmentUrlParser
Packages that use AttachmentUrlParser
Package
Description
-
Uses of AttachmentUrlParser in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type AttachmentUrlParserModifier and TypeMethodDescriptionvoid
HtmlImageProcessingRule.setAttachmentUrlParser
(AttachmentUrlParser attachmentUrlParser) -
Uses of AttachmentUrlParser in com.atlassian.confluence.importexport.resource
Methods in com.atlassian.confluence.importexport.resource with parameters of type AttachmentUrlParserModifier and TypeMethodDescriptionvoid
AttachmentDownloadResourceManager.setAttachmentUrlParser
(AttachmentUrlParser attachmentUrlParser) Constructors in com.atlassian.confluence.importexport.resource with parameters of type AttachmentUrlParserModifierConstructorDescriptionAttachmentDownloadResourceManager
(PermissionManager permissionManager, AttachmentManager attachmentManager, ConfluenceUserDao confluenceUserDao, AttachmentUrlParser attachmentUrlParser, ContextPathHolder contextPathHolder) ThumbnailDownloadResourceManager
(PermissionManager permissionManager, AttachmentManager attachmentManager, ConfluenceUserDao confluenceUserDao, AttachmentUrlParser attachmentUrlParser, ThumbnailManagerInternal thumbnailManager, ContextPathHolder contextPathHolder) -
Uses of AttachmentUrlParser in com.atlassian.confluence.servlet.download
Methods in com.atlassian.confluence.servlet.download with parameters of type AttachmentUrlParserModifier and TypeMethodDescriptionvoid
AttachmentDownload.setAttachmentUrlParser
(AttachmentUrlParser attachmentUrlParser)