クラス ThemingAutoConfiguration
java.lang.ObjectSE
org.springframework.shell.boot.ThemingAutoConfiguration
@AutoConfiguration
@EnableConfigurationProperties(SpringShellProperties.class)
public class ThemingAutoConfiguration
extends ObjectSE
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明shellThemeResolver(ThemeRegistry themeRegistry, SpringShellProperties properties, ThemeActive themeActive) templateExecutor(ThemeResolver themeResolver) themeRegistry(org.springframework.beans.factory.ObjectProvider<Theme> themes)
コンストラクターの詳細
ThemingAutoConfiguration
public ThemingAutoConfiguration()
方法の詳細
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