Interface LogoProvider

All Known Implementing Classes:
DefaultLogoProvider

@Internal public interface LogoProvider
Provides URL for logo and favicon depending on active products licences or custom set by user.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns favicon URL depending on product or URL from LookAndFeel if set by user
    Returns logo URL depending on product or URL from LookAndFeel if set by user
  • Method Details

    • getLogo

      String getLogo()
      Returns logo URL depending on product or URL from LookAndFeel if set by user
    • getFavicon

      String getFavicon()
      Returns favicon URL depending on product or URL from LookAndFeel if set by user