Uses of Interface
org.springframework.ui.context.ThemeSource
Packages that use ThemeSource
Package
Description
Contains classes defining the application context subinterface
 for UI applications.
Classes supporting the org.springframework.ui.context package.
- 
Uses of ThemeSource in org.springframework.ui.contextSubinterfaces of ThemeSource in org.springframework.ui.contextModifier and TypeInterfaceDescriptioninterfaceDeprecated.as of 6.0 in favor of using CSS, without direct replacementMethods in org.springframework.ui.context that return ThemeSourceModifier and TypeMethodDescriptionHierarchicalThemeSource.getParentThemeSource()Deprecated.Return the parent of this ThemeSource, ornullif none.Methods in org.springframework.ui.context with parameters of type ThemeSourceModifier and TypeMethodDescriptionvoidHierarchicalThemeSource.setParentThemeSource(ThemeSource parent) Deprecated.Set the parent that will be used to try to resolve theme messages that this object can't resolve.
- 
Uses of ThemeSource in org.springframework.ui.context.supportClasses in org.springframework.ui.context.support that implement ThemeSourceModifier and TypeClassDescriptionclassDeprecated.as of 6.0 in favor of using CSS, without direct replacementclassDeprecated.as of 6.0 in favor of using CSS, without direct replacementMethods in org.springframework.ui.context.support that return ThemeSourceModifier and TypeMethodDescriptionDelegatingThemeSource.getParentThemeSource()Deprecated.ResourceBundleThemeSource.getParentThemeSource()Deprecated.static ThemeSourceUiApplicationContextUtils.initThemeSource(ApplicationContext context) Deprecated.Initialize the ThemeSource for the given application context, autodetecting a bean with the name "themeSource".Methods in org.springframework.ui.context.support with parameters of type ThemeSourceModifier and TypeMethodDescriptionvoidDelegatingThemeSource.setParentThemeSource(ThemeSource parentThemeSource) Deprecated.voidResourceBundleThemeSource.setParentThemeSource(ThemeSource parent) Deprecated.