Uses of Class
com.atlassian.confluence.importexport.resource.UnauthorizedDownloadResourceException

Packages that use UnauthorizedDownloadResourceException
com.atlassian.confluence.importexport.resource   
 

Uses of UnauthorizedDownloadResourceException in com.atlassian.confluence.importexport.resource
 

Methods in com.atlassian.confluence.importexport.resource that throw UnauthorizedDownloadResourceException
protected  Attachment AttachmentDownloadResourceManager.getAttachment(String userName, String resourcePath, Map parameters, String urlPrefix)
           
 DownloadResourceReader WebImagesDownloadResourceManager.getResourceReader(String userName, String resourcePath, Map parameters)
          Returns a WebImagesDownloadResourceReader for retrieving web application images.
 DownloadResourceReader ThumbnailDownloadResourceManager.getResourceReader(String userName, String resourcePath, Map parameters)
          Returns a ThumbnailDownloadResourceReader for retrieving thumbnail content.
 DownloadResourceReader ExportDownloadResourceManager.getResourceReader(String userName, String resourcePath, Map parameters)
          Returns a FileDownloadResourceReader for reading the stored output of the previous execution of a macro.
 DownloadResourceReader DownloadResourceManager.getResourceReader(String userName, String resourcePath, Map parameters)
          Returns a DownloadResourceReader for a downloadable resource.
 DownloadResourceReader DelegatorDownloadResourceManager.getResourceReader(String userName, String resourcePath, Map parameters)
           
 DownloadResourceReader AttachmentDownloadResourceManager.getResourceReader(String userName, String resourcePath, Map parameters)
          Returns a AttachmentDownloadResourceReader for retrieving attachment content.
 



Confluence is developed by Atlassian.