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.context
Subinterfaces of ThemeSource in org.springframework.ui.contextModifier and TypeInterfaceDescriptioninterface
Deprecated.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, ornull
if none.Methods in org.springframework.ui.context with parameters of type ThemeSourceModifier 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
Classes in org.springframework.ui.context.support that implement ThemeSourceModifier 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 replacementMethods in org.springframework.ui.context.support that return ThemeSourceModifier 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".Methods in org.springframework.ui.context.support with parameters of type ThemeSourceModifier and TypeMethodDescriptionvoid
DelegatingThemeSource.setParentThemeSource
(ThemeSource parentThemeSource) Deprecated.void
ResourceBundleThemeSource.setParentThemeSource
(ThemeSource parent) Deprecated. -
Uses of ThemeSource in org.springframework.web.context.support
Classes in org.springframework.web.context.support that implement ThemeSourceModifier 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
Methods in org.springframework.web.servlet that return ThemeSourceModifier and TypeMethodDescriptionfinal ThemeSource
DispatcherServlet.getThemeSource()
Deprecated. -
Uses of ThemeSource in org.springframework.web.servlet.support
Methods in org.springframework.web.servlet.support that return ThemeSourceModifier and TypeMethodDescriptionstatic ThemeSource
RequestContextUtils.getThemeSource
(HttpServletRequest request) Deprecated.as of 6.0, with no direct replacement