public interface SpaceLogoManager
| Modifier and Type | Method and Description | 
|---|---|
| String | getLogoDownloadPath(Space space,
                   com.atlassian.user.User viewingUser)Deprecated. 
 | 
| String | getLogoUriReference(Space space,
                   com.atlassian.user.User viewingUser)Return a "URI reference" (a URL that may be relative to the application's base URI including context path
 or an absolute URL) for the logo of a given space. | 
@Deprecated String getLogoDownloadPath(Space space, com.atlassian.user.User viewingUser)
getLogoUriReference(com.atlassian.confluence.spaces.Space, com.atlassian.user.User)space - the space to retrieve the logo fromviewingUser - the user that is viewing the spaceString getLogoUriReference(Space space, com.atlassian.user.User viewingUser)
space - the space to retrieve the logo fromviewingUser - the user that is viewing the spaceCopyright © 2003–2018 Atlassian. All rights reserved.