Uses of Class
org.springframework.web.servlet.i18n.AbstractLocaleResolver

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

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

Subclasses of AbstractLocaleResolver in org.springframework.web.servlet.i18n
 class FixedLocaleResolver
          LocaleResolver implementation that always returns a fixed default 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 specified default locale or the request's accept-header locale.
 



Copyright © 2002-2008 The Spring Framework.