Uses of Interface
org.springframework.ui.context.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.context
Modifier and TypeInterfaceDescriptioninterface
Deprecated.as of 6.0 in favor of using CSS, without direct replacementModifier and TypeMethodDescriptionHierarchicalThemeSource.getParentThemeSource()
Deprecated.Return the parent of this ThemeSource, ornull
if none.Modifier and TypeMethodDescriptionvoid
HierarchicalThemeSource.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.support
Modifier and TypeClassDescriptionclass
Deprecated.as of 6.0 in favor of using CSS, without direct replacementclass
Deprecated.as of 6.0 in favor of using CSS, without direct replacementModifier and TypeMethodDescriptionDelegatingThemeSource.getParentThemeSource()
Deprecated.ResourceBundleThemeSource.getParentThemeSource()
Deprecated.static ThemeSource
UiApplicationContextUtils.initThemeSource
(ApplicationContext context) Deprecated.Initialize the ThemeSource for the given application context, autodetecting a bean with the name "themeSource".Modifier and TypeMethodDescriptionvoid
DelegatingThemeSource.setParentThemeSource
(ThemeSource parentThemeSource) Deprecated.void
ResourceBundleThemeSource.setParentThemeSource
(ThemeSource parent) Deprecated. -
Uses of ThemeSource in org.springframework.web.context.support
Modifier and TypeClassDescriptionclass
AbstractRefreshableApplicationContext
subclass which implements theConfigurableWebApplicationContext
interface for web environments.class
WebApplicationContext
implementation which accepts component classes as input — in particular@Configuration
classes, but also plain@Component
classes as well as JSR-330 compliant classes usingjakarta.inject
annotations.class
Subclass ofGenericApplicationContext
, suitable for web environments.class
WebApplicationContext
implementation which takes its configuration from Groovy bean definition scripts and/or XML files, as understood by aGroovyBeanDefinitionReader
.class
StaticWebApplicationContext
implementation for testing.class
WebApplicationContext
implementation which takes its configuration from XML documents, understood by anXmlBeanDefinitionReader
. -
Uses of ThemeSource in org.springframework.web.servlet
Modifier and TypeMethodDescriptionfinal ThemeSource
DispatcherServlet.getThemeSource()
Deprecated. -
Uses of ThemeSource in org.springframework.web.servlet.support
Modifier and TypeMethodDescriptionstatic ThemeSource
RequestContextUtils.getThemeSource
(HttpServletRequest request) Deprecated.as of 6.0, with no direct replacement