Uses of Interface
org.springframework.web.servlet.ThemeResolver
Packages that use 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
Methods in org.springframework.web.servlet.config.annotation that return ThemeResolver -
Uses of ThemeResolver in org.springframework.web.servlet.support
Methods in org.springframework.web.servlet.support that return ThemeResolverModifier and TypeMethodDescriptionstatic ThemeResolverRequestContextUtils.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
Classes in org.springframework.web.servlet.theme that implement ThemeResolverModifier and TypeClassDescriptionclassAbstract base class forThemeResolverimplementations.classThemeResolverimplementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the default theme.classThemeResolverimplementation that simply uses a fixed theme.classThemeResolverimplementation that uses a theme attribute in the user's session in case of a custom setting, with a fallback to the default theme.