Class DefaultLayoutConfiguration

    • Constructor Detail

      • DefaultLayoutConfiguration

        public DefaultLayoutConfiguration​(org.silverpeas.kernel.bundle.SettingBundle settings)
    • Method Detail

      • getHeaderURL

        public String getHeaderURL()
        Description copied from interface: LayoutConfiguration
        Gets the URL of the header part of the layout in order to load the header content.
        Specified by:
        getHeaderURL in interface LayoutConfiguration
        Returns:
        a string representing the URL into the application context.
      • isHeaderToggleFade

        public boolean isHeaderToggleFade()
        Specified by:
        isHeaderToggleFade in interface LayoutConfiguration
        Returns:
        true if a fade out MUST be applied on the header part when toggling its display.
      • getBodyURL

        public String getBodyURL()
        Description copied from interface: LayoutConfiguration
        Gets the URL of the body part of the layout in order to load the body content.
        Specified by:
        getBodyURL in interface LayoutConfiguration
        Returns:
        a string representing the URL into the application context.
      • getBodyNavigationURL

        public String getBodyNavigationURL()
        Description copied from interface: LayoutConfiguration
        Gets the URL of the body navigation part of the layout in order to load the body navigation content.
        Specified by:
        getBodyNavigationURL in interface LayoutConfiguration
        Returns:
        a string representing the URL into the application context.
      • isBodyNavigationFade

        public boolean isBodyNavigationFade()
        Specified by:
        isBodyNavigationFade in interface LayoutConfiguration
        Returns:
        true if a fade out MUST be applied on the header part when toggling its display.
      • setHeaderURL

        public void setHeaderURL​(String url)
      • setBodyURL

        public void setBodyURL​(String url)
      • setBodyNavigationURL

        public void setBodyNavigationURL​(String url)