Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.servlet.i18n Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
AbstractLocaleContextResolverAbstract base class for LocaleContextResolver implementations.Classorg.springframework.web.servlet.i18nSpring MVC
AbstractLocaleResolverAbstract base class for LocaleResolver implementations.Classorg.springframework.web.servlet.i18nSpring MVC
AcceptHeaderLocaleResolverLocaleResolver implementation that simply uses the primary localespecified in the accept-language header of the HTTP request (that is,Classorg.springframework.web.servlet.i18nSpring MVC
CookieLocaleResolverLocaleResolver implementation that uses a cookie sent back to the userin case of a custom setting, with a fallback to the specified default localeClassorg.springframework.web.servlet.i18nSpring MVC
FixedLocaleResolverLocaleResolver implementationthat always returns a fixed default locale and optionally time zone.Classorg.springframework.web.servlet.i18nSpring MVC
LocaleChangeInterceptorInterceptor that allows for changing the current locale on every request,via a configurable request parameter (default parameter name: locale).Classorg.springframework.web.servlet.i18nSpring MVC
SessionLocaleResolverLocaleResolver implementation thatuses a locale attribute in the user's session in case of a custom setting,Classorg.springframework.web.servlet.i18nSpring MVC