Uses of Class
com.atlassian.confluence.servlet.download.AttachmentUrlParser
-
Packages that use AttachmentUrlParser Package Description com.atlassian.confluence.importexport.impl com.atlassian.confluence.importexport.resource com.atlassian.confluence.servlet.download -
-
Uses of AttachmentUrlParser in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type AttachmentUrlParser Modifier and Type Method Description void
HtmlImageProcessingRule. setAttachmentUrlParser(AttachmentUrlParser attachmentUrlParser)
-
Uses of AttachmentUrlParser in com.atlassian.confluence.importexport.resource
Methods in com.atlassian.confluence.importexport.resource with parameters of type AttachmentUrlParser Modifier and Type Method Description void
AttachmentDownloadResourceManager. setAttachmentUrlParser(AttachmentUrlParser attachmentUrlParser)
Constructors in com.atlassian.confluence.importexport.resource with parameters of type AttachmentUrlParser Constructor Description AttachmentDownloadResourceManager(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 AttachmentUrlParser Modifier and Type Method Description void
AttachmentDownload. setAttachmentUrlParser(AttachmentUrlParser attachmentUrlParser)
-