@NonNullApi @NonNullFields
请参阅: 说明
| 接口 | 说明 |
|---|---|
| LocaleContext |
Strategy interface for determining the current Locale.
|
| TimeZoneAwareLocaleContext |
Extension of
LocaleContext, adding awareness of the current time zone. |
| 类 | 说明 |
|---|---|
| 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. |
| SimpleTimeZoneAwareLocaleContext |
Simple implementation of the
TimeZoneAwareLocaleContext interface,
always returning a specified Locale and TimeZone. |