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 TypeMethodDescriptionvoidHtmlImageProcessingRule.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 TypeMethodDescriptionvoidAttachmentDownloadResourceManager.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) ThumbnailDownloadResourceManager(PermissionManager permissionManager, AttachmentManager attachmentManager, ConfluenceUserDao confluenceUserDao, AttachmentUrlParser attachmentUrlParser, ThumbnailManager thumbnailManager, ContextPathHolder contextPathHolder) Deprecated.since 7.12 -
Uses of AttachmentUrlParser in com.atlassian.confluence.servlet.download
Methods in com.atlassian.confluence.servlet.download with parameters of type AttachmentUrlParserModifier and TypeMethodDescriptionvoidAttachmentDownload.setAttachmentUrlParser(AttachmentUrlParser attachmentUrlParser)