spring-framework / org.springframework.web.servlet.theme / SessionThemeResolver / <init>

<init>

SessionThemeResolver()

org.springframework.web.servlet.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. This is most appropriate if the application needs user sessions anyway.

Custom controllers can override the user's theme by calling setThemeName, e.g. responding to a theme change request.

Author
Jean-Pierre Pawlak

Author
Juergen Hoeller

Since
17.06.2003

See Also
#setThemeName