Uses of Package
org.springframework.web.servlet.theme

Packages that use org.springframework.web.servlet.theme
org.springframework.web.servlet.theme 

Classes in org.springframework.web.servlet.theme used by org.springframework.web.servlet.theme
CookieThemeResolver
          Implementation of ThemeResolver that uses a cookie sent back to the user in case of a custom setting, with a fallback to the fixed locale.
FixedThemeResolver
          Implementation of ThemeResolver that simply uses a fixed theme.
SessionThemeResolver
          Implementation of ThemeResolver that uses a theme attribute in the user's session in case of a custom setting, with a fallback to the fixed default theme.