Package org.springframework.web.servlet.theme

Theme support classes for Spring's web MVC framework.

See
          Description

Class Diagram Summary
theme 
 

Class Summary
AbstractThemeResolverAbstract base class for ThemeResolver implementations.
CookieThemeResolverImplementation of ThemeResolver that uses a cookie sent back to the user in case of a custom setting, with a fallback to the fixed locale.
FixedThemeResolverImplementation of ThemeResolver that simply uses a fixed theme.
SessionThemeResolverImplementation 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.
ThemeChangeInterceptorInterceptor that allows for changing the current theme on every request, via a configurable request parameter.
 

Package org.springframework.web.servlet.theme Description

Theme support classes for Spring's web MVC framework. Provides standard ThemeResolver implementations, and a HandlerInterceptor for theme changes.