Class MvcThemeConfiguration


  • public class MvcThemeConfiguration
    extends Object
    This class represents the configuration of a theme within the ST UI
    Since:
    9.2
    Author:
    A.Pragt
    • Constructor Detail

      • MvcThemeConfiguration

        public MvcThemeConfiguration​(String name,
                                     String templateGroupFile,
                                     String templateName)
        Parameters:
        name - The name of the theme, not null.
        templateGroupFile - The path to the group file, not null.
        templateName - The name of the main template, not null.
    • 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.