Package org.springframework.shell.boot
Class ThemingAutoConfiguration
java.lang.Object
org.springframework.shell.boot.ThemingAutoConfiguration
@AutoConfiguration
@EnableConfigurationProperties(SpringShellProperties.class)
public class ThemingAutoConfiguration
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionshellThemeResolver
(ThemeRegistry themeRegistry, SpringShellProperties properties, ThemeActive themeActive) templateExecutor
(ThemeResolver themeResolver) themeRegistry
(org.springframework.beans.factory.ObjectProvider<Theme> themes)
-
Constructor Details
-
ThemingAutoConfiguration
public ThemingAutoConfiguration()
-
-
Method Details
-
themeActive
-
themeRegistry
@Bean public ThemeRegistry themeRegistry(org.springframework.beans.factory.ObjectProvider<Theme> themes) -
shellThemeResolver
@Bean public ThemeResolver shellThemeResolver(ThemeRegistry themeRegistry, SpringShellProperties properties, ThemeActive themeActive) -
templateExecutor
-