org.springframework.context.i18n |
Abstraction for determining the current Locale,
plus global holder that exposes a thread-bound Locale.
|
Java Source File Name | Type | Comment |
LocaleContext.java | Interface | Strategy interface for determining the current Locale. |
LocaleContextHolder.java | Class | Simple holder class that associates a LocaleContext instance
with the current thread. |
SimpleLocaleContext.java | Class | Simple implementation of the LocaleContext interface,
always returning a specified Locale. |