Class SelectedLocale.ContextSelectedLocale
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.i18n.selection.SelectedLocale.ContextSelectedLocale
-
- Enclosing class:
- SelectedLocale
protected static class SelectedLocale.ContextSelectedLocale extends Object
Holds Locale information in the ServletContext.
-
-
Constructor Summary
Constructors Constructor Description ContextSelectedLocale(List<Locale> selectableLocales)ContextSelectedLocale(Locale forcedLocale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalegetForcedLocale()List<Locale>getSelectableLocales()StringtoString()
-