LocaleProvider
Interface for implementations of classes that provide a set of Locales to the internal localization logic.
DefaultLocaleProvider
Default implementation of LocaleProvider that uses the ServletRequest as the source of preferred Locales.
ServletRequest
L10nResourceManager
The L10nResourceManager helps resolve resources (such as JSP pages, static resources such as HTML files, images etc.) based on a given locale.
ResolvedLocale
Encapsulates information about a resolved Locale, including the original URI, the resolved URI and the Locale object that matches the resolution.
Locale