Class CasThemesConfiguration
- java.lang.Object
-
- org.apereo.cas.services.web.config.CasThemesConfiguration
-
@Configuration(value="casThemesConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties({org.apereo.cas.configuration.CasConfigurationProperties.class,org.springframework.boot.autoconfigure.web.WebProperties.class}) public class CasThemesConfiguration extends java.lang.ObjectThis isCasThemesConfiguration.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description CasThemesConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.function.Supplier<java.util.Map<java.lang.String,java.lang.String>>serviceThemeResolverSupportedBrowsers()org.springframework.web.servlet.ThemeResolverthemeResolver(java.util.function.Supplier<java.util.Map<java.lang.String,java.lang.String>> serviceThemeResolverSupportedBrowsers)org.springframework.web.servlet.config.annotation.WebMvcConfigurerthemesStaticResourcesWebMvcConfigurer()
-
-
-
Method Detail
-
serviceThemeResolverSupportedBrowsers
@Bean public java.util.function.Supplier<java.util.Map<java.lang.String,java.lang.String>> serviceThemeResolverSupportedBrowsers()
-
themeResolver
@ConditionalOnMissingBean(name="casThemeResolver") @Bean @Autowired public org.springframework.web.servlet.ThemeResolver themeResolver(@Qualifier("serviceThemeResolverSupportedBrowsers") java.util.function.Supplier<java.util.Map<java.lang.String,java.lang.String>> serviceThemeResolverSupportedBrowsers)
-
themesStaticResourcesWebMvcConfigurer
@Bean @ConditionalOnMissingBean(name="themesStaticResourcesWebMvcConfigurer") public org.springframework.web.servlet.config.annotation.WebMvcConfigurer themesStaticResourcesWebMvcConfigurer()
-
-