abstractpublic class UiApplicationContextUtils (Code)
Utility class for UI application context implementations.
Provides support for a special bean named "themeSource",
of type
org.springframework.ui.context.ThemeSource .
author: Jean-Pierre Pawlak author: Juergen Hoeller since: 17.06.2003
initThemeSource(ApplicationContext context) Initialize the ThemeSource for the given application context,
autodetecting a bean with the name "themeSource".
Field Detail
THEME_SOURCE_BEAN_NAME
final public static String THEME_SOURCE_BEAN_NAME(Code)
Initialize the ThemeSource for the given application context,
autodetecting a bean with the name "themeSource". If no such
bean is found, a default (empty) ThemeSource will be used.
Parameters: context - current application context the initialized theme source (will never be null) See Also:UiApplicationContextUtils.THEME_SOURCE_BEAN_NAME