Uses of Interface
org.springframework.context.i18n.LocaleContext

Packages that use LocaleContext
org.springframework.context.i18n Abstraction for determining the current Locale, plus global holder that exposes a thread-bound Locale. 
 

Uses of LocaleContext in org.springframework.context.i18n
 

Classes in org.springframework.context.i18n that implement LocaleContext
 class SimpleLocaleContext
          Simple implementation of the LocaleContext interface, always returning a specified Locale.
 

Methods in org.springframework.context.i18n that return LocaleContext
static LocaleContext LocaleContextHolder.getLocaleContext()
          Return the LocaleContext associated with the current thread, if any.
 

Methods in org.springframework.context.i18n with parameters of type LocaleContext
static void LocaleContextHolder.setLocaleContext(LocaleContext localeContext)
          Associate the given LocaleContext with the current thread.
 



Copyright (c) 2002-2005 The Spring Framework Project.