Package com.aquima.web.config.properties
Class AngularProperties
java.lang.Object
com.aquima.web.config.properties.AngularProperties
@Component
@RefreshScope
@ConfigurationProperties(prefix="blueriq.angular")
public class AngularProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a list with theme configurations for the active themes.void
setActiveThemes
(List<String> activeThemes)
-
Constructor Details
-
Method Details
-
getThemes
-
getActiveThemes
-
setActiveThemes
-
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)
-