Class AngularProperties

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

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

    • AngularProperties Link icon

      public AngularProperties()
  • 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<AngularThemeConfiguration> 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)