See: Description
| Interface | Description |
|---|---|
| LocaleContext |
Strategy interface for determining the current Locale.
|
| Class | Description |
|---|---|
| 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. |