The Spring Framework

Uses of Class
org.springframework.web.util.CookieGenerator

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

Uses of CookieGenerator in org.springframework.web.servlet.i18n
 

Subclasses of CookieGenerator in org.springframework.web.servlet.i18n
 class CookieLocaleResolver
          LocaleResolver implementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.
 

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

Subclasses of CookieGenerator 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 default theme.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.