public class LocaleSelectionSetup extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_FORCE_LOCALE
If this is set, the locale is forced.
|
static String |
PROPERTY_SELECTABLE_LOCALES
This is the list of locales that the user may select.
|
| Constructor and Description |
|---|
LocaleSelectionSetup() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent arg0) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
public static final String PROPERTY_FORCE_LOCALE
public static final String PROPERTY_SELECTABLE_LOCALES
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent arg0)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2022. All rights reserved.