com.atlassian.confluence.spaces
Interface SpaceLogoManager

All Known Implementing Classes:
DefaultSpaceLogoManager

public interface SpaceLogoManager

Manages logos for spaces.


Method Summary
 java.lang.String getLogoDownloadPath(Space space, com.atlassian.user.User viewingUser)
          Returns the download path for the logo of a given space.
 

Method Detail

getLogoDownloadPath

java.lang.String getLogoDownloadPath(Space space,
                                     com.atlassian.user.User viewingUser)
Returns the download path for the logo of a given space. If the space is a personal space the owner's profile picture is used.

Parameters:
space - the space to retrieve the logo from
viewingUser - the user that is viewing the space
Returns:
the download path for the logo of a given space.


Copyright © 2003-2014 Atlassian. All Rights Reserved.