站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.web.util.CookieGenerator (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

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.