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.
Classes supporting the 
org.springframework.web.context package,
 such as WebApplicationContext implementations and various utility classes.Provides servlets that integrate with the application context
 infrastructure, and the core interfaces and classes for the
 Spring web MVC framework.
Support classes for Spring's web MVC framework.
- 
Uses of ThemeSource in org.springframework.ui.contextSubinterfaces of ThemeSource in org.springframework.ui.contextModifier and TypeInterfaceDescriptioninterfaceSub-interface of ThemeSource to be implemented by objects that can resolve theme messages hierarchically.Methods in org.springframework.ui.context that return ThemeSourceModifier and TypeMethodDescriptionHierarchicalThemeSource.getParentThemeSource()Return the parent of this ThemeSource, ornullif none.Methods in org.springframework.ui.context with parameters of type ThemeSourceModifier and TypeMethodDescriptionvoidHierarchicalThemeSource.setParentThemeSource(ThemeSource parent) 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 TypeClassDescriptionclassEmpty ThemeSource that delegates all calls to the parent ThemeSource.classThemeSourceimplementation that looks up an individualResourceBundleper theme.Methods in org.springframework.ui.context.support that return ThemeSourceModifier and TypeMethodDescriptionDelegatingThemeSource.getParentThemeSource()ResourceBundleThemeSource.getParentThemeSource()static ThemeSourceUiApplicationContextUtils.initThemeSource(ApplicationContext context) 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) voidResourceBundleThemeSource.setParentThemeSource(ThemeSource parent) 
- 
Uses of ThemeSource in org.springframework.web.context.supportClasses in org.springframework.web.context.support that implement ThemeSourceModifier and TypeClassDescriptionclassAbstractRefreshableApplicationContextsubclass which implements theConfigurableWebApplicationContextinterface for web environments.classWebApplicationContextimplementation which accepts component classes as input — in particular@Configurationclasses, but also plain@Componentclasses as well as JSR-330 compliant classes usingjakarta.injectannotations.classSubclass ofGenericApplicationContext, suitable for web environments.classWebApplicationContextimplementation which takes its configuration from Groovy bean definition scripts and/or XML files, as understood by aGroovyBeanDefinitionReader.classStaticWebApplicationContextimplementation for testing.classWebApplicationContextimplementation which takes its configuration from XML documents, understood by anXmlBeanDefinitionReader.
- 
Uses of ThemeSource in org.springframework.web.servletMethods in org.springframework.web.servlet that return ThemeSourceModifier and TypeMethodDescriptionfinal ThemeSourceDispatcherServlet.getThemeSource()Return this servlet's ThemeSource, if any; else returnnull.
- 
Uses of ThemeSource in org.springframework.web.servlet.supportMethods in org.springframework.web.servlet.support that return ThemeSourceModifier and TypeMethodDescriptionstatic ThemeSourceRequestContextUtils.getThemeSource(HttpServletRequest request) Return the ThemeSource that has been bound to the request by the DispatcherServlet.