Java 类org.springframework.ui.context.support.ResourceBundleThemeSource 实例源码

项目:InSpider    文件:AdminWebMvcConfig.java   
/**
 * Resolves localized <theme_name>.properties files in the classpath to allow for theme support.
 */
public @Bean ResourceBundleThemeSource themeSource () {
    return new ResourceBundleThemeSource ();
}