Package com.aquima.web.ui.mvc.angular
Class AngularThemeConfiguration
- java.lang.Object
-
- com.aquima.web.ui.mvc.angular.AngularThemeConfiguration
-
public class AngularThemeConfiguration extends Object
This class represents the configuration of a theme within the ST UI- Since:
- 9.2
- Author:
- A.Pragt
-
-
Constructor Summary
Constructors Constructor Description AngularThemeConfiguration​(String name, String templateGroupFile, String templateName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
This method returns the name of the theme.String
getTemplateGroupFile()
This method returns the path to the group file.String
getTemplateName()
This method returns the name of the main template.
-
-
-
Method Detail
-
getName
public String getName()
This method returns the name of the theme.- Returns:
- The name of the theme, never null.
-
getTemplateGroupFile
public String getTemplateGroupFile()
This method returns the path to the group file.- Returns:
- The path to the group file, never null.
-
getTemplateName
public String getTemplateName()
This method returns the name of the main template.- Returns:
- The name of the template to execute, never null.
-
-