Package com.aquima.web.ui.mvc.angular
Class AngularUiConfiguration
java.lang.Object
com.aquima.web.ui.mvc.angular.AngularUiConfiguration
This class represents the configuration of the Mvc UI.
- Since:
- 9.2
- Author:
- A.Pragt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a theme to the configuration.Returns all configured themes.
-
Constructor Details
-
AngularUiConfiguration
public AngularUiConfiguration()
-
-
Method Details
-
getThemes
Returns all configured themes.- Returns:
- All configured themes, never null.
-
addTheme
Adds a theme to the configuration.- Parameters:
theme
- Theme configuration, not null.
-