Class UiApplicationContextUtils
java.lang.Object
org.springframework.ui.context.support.UiApplicationContextUtils
Deprecated.
as of 6.0 in favor of using CSS, without direct replacement
Utility class for UI application context implementations.
Provides support for a special bean named "themeSource",
of type
ThemeSource
.- Since:
- 17.06.2003
- Author:
- Jean-Pierre Pawlak, Juergen Hoeller
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.Name of the ThemeSource bean in the factory. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ThemeSource
initThemeSource
(ApplicationContext context) Deprecated.Initialize the ThemeSource for the given application context, autodetecting a bean with the name "themeSource".
-
Field Details
-
THEME_SOURCE_BEAN_NAME
Deprecated.Name of the ThemeSource bean in the factory. If none is supplied, theme resolution is delegated to the parent.- See Also:
-
-
Constructor Details
-
UiApplicationContextUtils
public UiApplicationContextUtils()Deprecated.
-
-
Method Details
-
initThemeSource
Deprecated.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- Returns:
- the initialized theme source (will never be
null
) - See Also:
-