Class MvcProperties

java.lang.Object
com.aquima.web.config.properties.MvcProperties

@Component @RefreshScope @ConfigurationProperties(prefix="blueriq.mvc") public class MvcProperties extends Object
  • Constructor Details Link icon

    • MvcProperties Link icon

      public MvcProperties()
  • Method Details Link icon

    • getThemes Link icon

      public Map<String,ThemeProperties> getThemes()
    • getActiveThemes Link icon

      public List<String> getActiveThemes()
    • setActiveThemes Link icon

      public void setActiveThemes(List<String> activeThemes)
    • getThemeConfigurations Link icon

      public List<MvcThemeConfiguration> getThemeConfigurations()
      Retrieves a list with theme configurations for the active themes. Note that more themes can be defined than active; only the active ones will be retrieved. The names of the active themes must match the name of the themes configured.
      Returns:
      a list with theme configurations for the active themes (empty if no themes are active)
    • isDevelopmentMode Link icon

      public boolean isDevelopmentMode()
    • setDevelopmentMode Link icon

      public void setDevelopmentMode(boolean developmentMode)