类 FixedLocaleResolver

所有已实现的接口:
LocaleContextResolver, LocaleResolver

public class FixedLocaleResolver extends AbstractLocaleContextResolver
LocaleResolver implementation that always returns a fixed default locale and optionally time zone. Default is the current JVM's default locale.

Note: Does not support setLocale(Context), as the fixed locale and time zone cannot be changed.

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