Class MvcUiConfiguration

java.lang.Object
com.aquima.web.ui.mvc.MvcUiConfiguration

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

    • MvcUiConfiguration Link icon

      public MvcUiConfiguration()
  • Method Details Link icon

    • isDevelopmentMode Link icon

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

      public void setDevelopmentMode(boolean developmentMode)
      Sets the development mode.
      Parameters:
      developmentMode - development mode enabled or not
    • getThemes Link icon

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

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