Interface ThemeServiceLocal

    • Method Detail

      • getCSS

        String getCSS​(Theme theme)
        Returns the css content for the given Theme
      • getDefinition

        String getDefinition​(Theme theme,
                             ThemeDefinition definition)
        Returns the theme definition value for the given theme, or the default value if not set.
      • getDefinitionsAsString

        String getDefinitionsAsString​(Theme theme)
        Returns the (base) definitions as a String containing the LESS variables for the given Theme
      • importBuiltin

        List<Theme> importBuiltin()
        Imports all built-in themes, updating those already imported
      • isBuiltin

        boolean isBuiltin​(Theme theme)
        Returns whether a theme is builtin
      • listAll

        List<Theme> listAll()
        Lists all themes