Class MvcThemeConfiguration

java.lang.Object
com.aquima.web.ui.mvc.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 Details Link icon

    • MvcThemeConfiguration Link icon

      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 Details Link icon

    • getName Link icon

      public String getName()
      This method returns the name of the theme.
      Returns:
      The name of the theme, never null.
    • getTemplateGroupFile Link icon

      public String getTemplateGroupFile()
      This method returns the path to the group file.
      Returns:
      The path to the group file, never null.
    • getTemplateName Link icon

      public String getTemplateName()
      This method returns the name of the main template.
      Returns:
      The name of the template to execute, never null.