com.atlassian.confluence.spaces
Class SpaceLogo

java.lang.Object
  extended by com.atlassian.confluence.spaces.SpaceLogo

public class SpaceLogo
extends java.lang.Object

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 Summary
static int CUSTOM
           
static int DEFAULT
           
static java.lang.String DEFAULT_LOGO_PATH
           
static SpaceLogo DEFAULT_SPACE_LOGO
           
static int GLOBAL
           
 
Constructor Summary
SpaceLogo(java.lang.String downloadPath, int type)
           
 
Method Summary
 java.lang.String getDownloadPath()
           
 boolean isCustomLogo()
           
 boolean isDefaultLogo()
           
 boolean isGlobalLogo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

GLOBAL

public static final int GLOBAL
See Also:
Constant Field Values

CUSTOM

public static final int CUSTOM
See Also:
Constant Field Values

DEFAULT_LOGO_PATH

public static final java.lang.String DEFAULT_LOGO_PATH
See Also:
Constant Field Values

DEFAULT_SPACE_LOGO

public static final SpaceLogo DEFAULT_SPACE_LOGO
Constructor Detail

SpaceLogo

public SpaceLogo(java.lang.String downloadPath,
                 int type)
Method Detail

getDownloadPath

public java.lang.String getDownloadPath()

isDefaultLogo

public boolean isDefaultLogo()

isGlobalLogo

public boolean isGlobalLogo()

isCustomLogo

public boolean isCustomLogo()


Copyright © 2003-2014 Atlassian. All Rights Reserved.