Package com.aquima.web.ui.mvc
Class MvcUiConfiguration
java.lang.Object
com.aquima.web.ui.mvc.MvcUiConfiguration
This class represents the configuration of the Mvc UI.
- Since:
- 9.2
- Author:
- A.Pragt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addTheme
(MvcThemeConfiguration theme) Adds a theme to the configuration.Returns all configured themes.boolean
Returns an indicator for the development mode.void
setDevelopmentMode
(boolean developmentMode) Sets the development mode.
-
Constructor Details
-
Method Details
-
isDevelopmentMode
public boolean isDevelopmentMode()Returns an indicator for the development mode.- Returns:
- Development mode indicator.
-
setDevelopmentMode
public void setDevelopmentMode(boolean developmentMode) Sets the development mode.- Parameters:
developmentMode
- development mode enabled or not
-
getThemes
Returns all configured themes.- Returns:
- All configured themes, never null.
-
addTheme
Adds a theme to the configuration.- Parameters:
theme
- Theme configuration, not null.
-