Uses of Interface
org.springframework.ui.context.Theme
Packages that use Theme
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.Support classes for Spring's web MVC framework.
-
Uses of Theme in org.springframework.ui.context
Methods in org.springframework.ui.context that return Theme -
Uses of Theme in org.springframework.ui.context.support
Classes in org.springframework.ui.context.support that implement ThemeModifier and TypeClassDescriptionclass
Deprecated.as of 6.0 in favor of using CSS, without direct replacementMethods in org.springframework.ui.context.support that return ThemeModifier and TypeMethodDescriptionDeprecated.Deprecated.This implementation returns a SimpleTheme instance, holding a ResourceBundle-based MessageSource whose basename corresponds to the given theme name (prefixed by the configured "basenamePrefix").Methods in org.springframework.ui.context.support with parameters of type ThemeModifier and TypeMethodDescriptionprotected void
ResourceBundleThemeSource.initParent
(Theme theme) Deprecated.Initialize the MessageSource of the given theme with the one from the corresponding parent of this ThemeSource. -
Uses of Theme in org.springframework.web.context.support
Methods in org.springframework.web.context.support that return Theme -
Uses of Theme in org.springframework.web.servlet.support
Methods in org.springframework.web.servlet.support that return ThemeModifier and TypeMethodDescriptionprotected Theme
RequestContext.getFallbackTheme()
Deprecated.as of 6.0, with no direct replacementRequestContext.getTheme()
Deprecated.as of 6.0, with no direct replacementstatic Theme
RequestContextUtils.getTheme
(HttpServletRequest request) Deprecated.as of 6.0, with no direct replacementMethods in org.springframework.web.servlet.support with parameters of type ThemeModifier and TypeMethodDescriptionvoid
RequestContext.changeTheme
(Theme theme) Deprecated.as of 6.0, with no direct replacement