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

Uses of Class org.springframework.web.servlet.i18n.AbstractLocaleResolver (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.web.servlet.i18n.AbstractLocaleResolver

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

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

Subclasses of AbstractLocaleResolver in org.springframework.web.servlet.i18n
 class FixedLocaleResolver
          Implementation of LocaleResolver that always returns a fixed default locale.
 class SessionLocaleResolver
          Implementation of LocaleResolver that uses a locale attribute in the user's session in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.