Class MetaThemeServiceImpl

    • Constructor Detail

      • MetaThemeServiceImpl

        public MetaThemeServiceImpl()
    • Method Detail

      • getTheme

        public MetaTheme getTheme​(String name,
                                  User user)
        Description copied from interface: MetaThemeService
        Retrieve the theme content depending on the given name. The current user can be used to retrieve theme depending on user context.
        Specified by:
        getTheme in interface MetaThemeService
        Parameters:
        name - the theme name
        user - the current user, or null if not available
        Returns:
        MetaTheme