| Class | Description |
|---|---|
| LocaleSelectionController |
Call this at /selectLocale&selection=[locale_string]
For example: /selectLocale&selection=en_US or /selectLocale&selection=es
Write an error to the log (and to DisplayMessage) if the selection is not
syntactically valid. |
| LocaleSelectionDataGetter |
Get the data for the selectable Locales, so the Freemarker template can
create a row of flag images that will select the desired locale.
|
| LocaleSelectionFilter |
Check for a Locale in the ServletContext or the Session that should override
the Locale in the ServletRequest.
|
| LocaleSelectionSetup |
Check the ConfigurationProperties for a forced locale, or for a
comma-separate list of selectable locales.
|
| LocaleSelectorUtilities |
Some static methods for the GUI aspects of selecting a Locale.
|
| SelectedLocale |
A utility class for storing and retrieving Locale information.
|
| SelectedLocale.ContextSelectedLocale |
Holds Locale information in the ServletContext.
|
| SelectedLocale.SessionSelectedLocale |
Holds Locale information in the Session.
|
Copyright © 2016. All rights reserved.