Uses of Class
com.atlassian.confluence.servlet.download.AttachmentUrlParser
Packages that use AttachmentUrlParser
Package
Description
- 
Uses of AttachmentUrlParser in com.atlassian.confluence.importexport.implMethods in com.atlassian.confluence.importexport.impl with parameters of type AttachmentUrlParserModifier and TypeMethodDescriptionvoidHtmlImageProcessingRule.setAttachmentUrlParser(AttachmentUrlParser attachmentUrlParser) 
- 
Uses of AttachmentUrlParser in com.atlassian.confluence.importexport.resourceMethods 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) 
- 
Uses of AttachmentUrlParser in com.atlassian.confluence.servlet.downloadMethods in com.atlassian.confluence.servlet.download with parameters of type AttachmentUrlParserModifier and TypeMethodDescriptionvoidAttachmentDownload.setAttachmentUrlParser(AttachmentUrlParser attachmentUrlParser)