| Implementation 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.
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: SessionThemeResolver.setThemeName |