Package com.atlassian.confluence.spaces
Class SpaceLogo
java.lang.Object
com.atlassian.confluence.spaces.SpaceLogo
This class represents logos displayed for a space or even for the global context where no space is available. We mainly use it to pass information to Velocity, so that velocity can query
 this object instead of having to ask the managers similar questions multiple times.
- 
Field Details- 
DEFAULTpublic static final int DEFAULT- See Also:
 
- 
GLOBALpublic static final int GLOBAL- See Also:
 
- 
CUSTOMpublic static final int CUSTOM- See Also:
 
- 
DEFAULT_LOGO_PATH- See Also:
 
- 
DEFAULT_SPACE_LOGO
 
- 
- 
Constructor Details- 
SpaceLogo
 
- 
- 
Method Details- 
getDownloadPath
- 
isDefaultLogopublic boolean isDefaultLogo()
- 
isGlobalLogopublic boolean isGlobalLogo()
- 
isCustomLogopublic boolean isCustomLogo()
 
-