Uses of Interface
org.springframework.web.servlet.LocaleResolver

Packages that use LocaleResolver
org.springframework.web.servlet.i18n Locale support classes for Spring's web MVC framework. 
org.springframework.web.servlet.support Support classes for Spring's web MVC framework. 
 

Uses of LocaleResolver in org.springframework.web.servlet.i18n
 

Classes in org.springframework.web.servlet.i18n that implement LocaleResolver
 class AcceptHeaderLocaleResolver
          Implementation of LocaleResolver that simply uses the primary locale specified in the "accept-language" header of the HTTP request (i.e., the locale sent by the client browser, normally that of the client's OS).
 class CookieLocaleResolver
          Implementation of LocaleResolver that uses a cookie sent back to the user in case of a custom setting, with a fallback to the accept header locale.
 class SessionLocaleResolver
          Implementation of LocaleResolver that uses a locale attribute in the user's session in case of a custom setting, with a fallback to the accept header locale.
 

Uses of LocaleResolver in org.springframework.web.servlet.support
 

Methods in org.springframework.web.servlet.support that return LocaleResolver
static LocaleResolver RequestContextUtils.getLocaleResolver(javax.servlet.http.HttpServletRequest request)
          Return the LocaleResolver that has been bound to the request by the DispatcherServlet.
 



Copyright (C) 2003-2004 The Spring Framework Project.