Package com.aquima.web.ui.mvc
Class MvcThemeConfiguration
java.lang.Object
com.aquima.web.ui.mvc.MvcThemeConfiguration
This class represents the configuration of a theme within the ST UI
- Since:
- 9.2
- Author:
- A.Pragt
-
Constructor Summary
ConstructorsConstructorDescriptionMvcThemeConfiguration
(String name, String templateGroupFile, String templateName) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
This method returns the name of the theme.This method returns the path to the group file.This method returns the name of the main template.
-
Constructor Details
-
Method Details
-
getName
This method returns the name of the theme.- Returns:
- The name of the theme, never null.
-
getTemplateGroupFile
This method returns the path to the group file.- Returns:
- The path to the group file, never null.
-
getTemplateName
This method returns the name of the main template.- Returns:
- The name of the template to execute, never null.
-