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

org.springframework.context.i18n (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.context.i18n

Abstraction for determining the current Locale, plus global holder that exposes a thread-bound Locale.

See:
          Description

Interface Summary
LocaleContext Strategy interface for determining the current Locale.
 

Class Summary
LocaleContextHolder Simple holder class that associates a LocaleContext instance with the current thread.
SimpleLocaleContext Simple implementation of the LocaleContext interface, always returning a specified Locale.
 

Package org.springframework.context.i18n Description

Abstraction for determining the current Locale, plus global holder that exposes a thread-bound Locale.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.