Class MvcUiConfiguration


  • public class MvcUiConfiguration
    extends Object
    This class represents the configuration of the Mvc UI.
    Since:
    9.2
    Author:
    A.Pragt
    • Constructor Detail

      • MvcUiConfiguration

        public MvcUiConfiguration()
    • Method Detail

      • isDevelopmentMode

        public boolean isDevelopmentMode()
        Returns an indicator for the development mode.
        Returns:
        Development mode indicator.
      • setDevelopmentMode

        public void setDevelopmentMode​(boolean developmentMode)
        Sets the development mode.
        Parameters:
        developmentMode -
      • getThemes

        public List<MvcThemeConfiguration> getThemes()
        Returns all configured themes.
        Returns:
        All configured themes, never null.
      • addTheme

        public void addTheme​(MvcThemeConfiguration theme)
        Adds a theme to the configuration.
        Parameters:
        theme - Theme configuration, not null.