Uses of Interface
org.springframework.ui.context.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
-
Uses of Theme in org.springframework.ui.context.support
Modifier and TypeClassDescriptionclass
Deprecated.as of 6.0 in favor of using CSS, without direct replacementModifier 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").Modifier 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
-
Uses of Theme in org.springframework.web.servlet.support
Modifier 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 replacementModifier and TypeMethodDescriptionvoid
RequestContext.changeTheme
(Theme theme) Deprecated.as of 6.0, with no direct replacement