Class PortalUserInterfaceResources


  • public class PortalUserInterfaceResources
    extends Object
    Provides information about the (file) resources used in the portal page user interface.
    • Constructor Detail

      • PortalUserInterfaceResources

        public PortalUserInterfaceResources()
    • Method Detail

      • getBackgroundFileName

        @Nullable
        public @Nullable String getBackgroundFileName()
        The file name used for the background file in the portal. If it is empty, the default background is used, otherwise a custom background was uploaded and saved under the specified name.
        Returns:
        backgroundFileName
      • setBackgroundFileName

        public void setBackgroundFileName​(String backgroundFileName)
      • getLogoFileName

        @Nullable
        public @Nullable String getLogoFileName()
        The file name used for the logo file in the portal. If it is empty, the default logo is used, otherwise a custom logo was uploaded and saved under the specified name.
        Returns:
        logoFileName
      • setLogoFileName

        public void setLogoFileName​(String logoFileName)
      • getThemeFileName

        @Nullable
        public @Nullable String getThemeFileName()
        The file name used for the CSS file to customize the theme in the portal. If it is empty, no customized theme is used, otherwise a custom CSS file was uploaded and saved under the specified name.
        Returns:
        themeFileName
      • setThemeFileName

        public void setThemeFileName​(String themeFileName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object