public class ClientConfigController extends Object
| Constructor and Description |
|---|
ClientConfigController() |
| Modifier and Type | Method and Description |
|---|---|
static ClientConfigController |
getCurrentInstance(javax.faces.context.FacesContext facesContext,
String beanName) |
Locale |
getLocale() |
List<javax.faces.model.SelectItem> |
getLocaleItems() |
String |
getLocalizedLocale() |
String |
getLocalizedTheme() |
Theme |
getTheme() |
javax.faces.model.SelectItem[] |
getThemeItems() |
void |
loadFromClientProperties() |
void |
setLocale(Locale locale) |
void |
setTheme(Theme theme) |
void |
setThemeItems(javax.faces.model.SelectItem[] themeItems) |
void |
storeInClientProperties() |
String |
submit() |
public String submit()
public void storeInClientProperties()
public void loadFromClientProperties()
public List<javax.faces.model.SelectItem> getLocaleItems()
public static ClientConfigController getCurrentInstance(javax.faces.context.FacesContext facesContext, String beanName)
public Theme getTheme()
public String getLocalizedTheme()
public void setTheme(Theme theme)
public javax.faces.model.SelectItem[] getThemeItems()
public void setThemeItems(javax.faces.model.SelectItem[] themeItems)
public Locale getLocale()
public String getLocalizedLocale()
public void setLocale(Locale locale)
Copyright © 2002-2020 The Apache Software Foundation. All Rights Reserved.