Uses of Interface
org.springframework.web.servlet.ThemeResolver
Package
Description
Annotation-based setup for Spring MVC.
Support classes for Spring's web MVC framework.
Theme support classes for Spring's web MVC framework.
-
Uses of ThemeResolver in org.springframework.web.servlet.config.annotation
-
Uses of ThemeResolver in org.springframework.web.servlet.support
Modifier and TypeMethodDescriptionstatic ThemeResolver
RequestContextUtils.getThemeResolver
(HttpServletRequest request) Return the ThemeResolver that has been bound to the request by the DispatcherServlet. -
Uses of ThemeResolver in org.springframework.web.servlet.theme
Modifier and TypeClassDescriptionclass
Abstract base class forThemeResolver
implementations.class
ThemeResolver
implementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the default theme.class
ThemeResolver
implementation that simply uses a fixed theme.class
ThemeResolver
implementation that uses a theme attribute in the user's session in case of a custom setting, with a fallback to the default theme.