Class SpaceLogo


  • public class SpaceLogo
    extends 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.
    • Constructor Detail

      • SpaceLogo

        public SpaceLogo​(String downloadPath,
                         int type)
    • Method Detail

      • getDownloadPath

        public String getDownloadPath()
      • isDefaultLogo

        public boolean isDefaultLogo()
      • isGlobalLogo

        public boolean isGlobalLogo()
      • isCustomLogo

        public boolean isCustomLogo()