类 SimpleTimeZoneAwareLocaleContext

java.lang.Object
cn.taketoday.core.i18n.SimpleLocaleContext
cn.taketoday.core.i18n.SimpleTimeZoneAwareLocaleContext
所有已实现的接口:
LocaleContext, TimeZoneAwareLocaleContext

public class SimpleTimeZoneAwareLocaleContext extends SimpleLocaleContext implements TimeZoneAwareLocaleContext
Simple implementation of the TimeZoneAwareLocaleContext interface, always returning a specified Locale and TimeZone.

Note: Prefer the use of SimpleLocaleContext when only setting a Locale but no TimeZone.

从以下版本开始:
4.0
作者:
Juergen Hoeller, Nicholas Williams
另请参阅: