@SessionScoped @Named public class ThemeController extends Object implements Serializable
| Constructor and Description |
|---|
ThemeController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedTheme() |
Theme |
getTheme() |
javax.faces.model.SelectItem[] |
getThemeItems() |
void |
setTheme(Theme theme) |
void |
setThemeItems(javax.faces.model.SelectItem[] themeItems) |
String |
submit() |
public Theme getTheme()
public void setTheme(Theme theme)
public javax.faces.model.SelectItem[] getThemeItems()
public void setThemeItems(javax.faces.model.SelectItem[] themeItems)
public String submit()
public String getLocalizedTheme()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.