Class ThemeProperties

java.lang.Object
org.apereo.cas.configuration.model.support.themes.ThemeProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-themes", automated=true) public class ThemeProperties extends Object implements Serializable
Since:
5.0.0
See Also:
  • Constructor Details

    • ThemeProperties

      public ThemeProperties()
  • Method Details

    • getDefaultThemeName

      public String getDefaultThemeName()
      The default theme name of this CAS deployment. The default theme file cas-theme-default.properties can be modified and extended by the theme file cas-theme-custom.properties.
    • getParamName

      public String getParamName()
      The parameter name used to switch themes.
    • setDefaultThemeName

      public ThemeProperties setDefaultThemeName(String defaultThemeName)
      The default theme name of this CAS deployment. The default theme file cas-theme-default.properties can be modified and extended by the theme file cas-theme-custom.properties.
      Returns:
      this.
    • setParamName

      public ThemeProperties setParamName(String paramName)
      The parameter name used to switch themes.
      Returns:
      this.