Uses of Class
org.springframework.web.servlet.theme.AbstractThemeResolver

Packages that use AbstractThemeResolver
org.springframework.web.servlet.theme Theme support classes for Spring's web MVC framework. 
 

Uses of AbstractThemeResolver in org.springframework.web.servlet.theme
 

Subclasses of AbstractThemeResolver in org.springframework.web.servlet.theme
 class 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.
 class FixedThemeResolver
          Implementation of ThemeResolver that simply uses a fixed theme.
 class 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.
 



Copyright (C) 2003-2004 The Spring Framework Project.