| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThemeResolver | |
|---|---|
| org.springframework.web.servlet.support | Support classes for Spring's web MVC framework. | 
| org.springframework.web.servlet.theme | Theme support classes for Spring's web MVC framework. | 
| Uses of ThemeResolver in org.springframework.web.servlet.support | 
|---|
| Methods in org.springframework.web.servlet.support that return ThemeResolver | |
|---|---|
| static 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 | 
|---|
| Classes in org.springframework.web.servlet.theme that implement ThemeResolver | |
|---|---|
|  class | AbstractThemeResolverAbstract base class for ThemeResolverimplementations. | 
|  class | CookieThemeResolverImplementation of ThemeResolver that uses a cookie sent back to the user in case of a custom setting, with a fallback to the default theme. | 
|  class | FixedThemeResolverImplementation of ThemeResolver that simply uses a fixed theme. | 
|  class | SessionThemeResolverImplementation of ThemeResolver that uses a theme attribute in the user's session in case of a custom setting, with a fallback to the default theme. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||