Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.springframework.context.i18n: Javadoc index of package org.springframework.context.i18n.


Package Samples:

org.springframework.context.i18n

Classes:

LocaleContextHolder: Simple holder class that associates a LocaleContext instance with the current thread. Used as a central holder for the current Locale in Spring, wherever necessary: for example, in MessageSourceAccessor. DispatcherServlet automatically exposes its current Locale here. Other applications can expose theirs too, to make classes like MessageSourceAccessor automatically use that Locale.
LocaleContext: Strategy interface for determining the current Locale. A LocaleContext instance can be associated with a thread via the LocaleContextHolder class.
SimpleLocaleContext: Simple implementation of the LocaleContext interface, always returning a specified Locale.

Home | Contact Us | Privacy Policy | Terms of Service