Uses of Interface
org.springframework.web.servlet.LocaleContextResolver
Packages that use LocaleContextResolver Package Description org.springframework.web.servlet.i18n Locale support classes for Spring's web MVC framework.Uses of LocaleContextResolver in org.springframework.web.servlet.i18n
Classes in org.springframework.web.servlet.i18n that implement LocaleContextResolver Modifier and Type Class Description classAbstractLocaleContextResolverAbstract base class forLocaleContextResolverimplementations.classCookieLocaleResolverLocaleResolverimplementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.classFixedLocaleResolverLocaleResolverimplementation that always returns a fixed default locale and optionally time zone.classSessionLocaleResolverLocaleResolverimplementation that uses a locale attribute in the user's session in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.