Class ThemeController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.ThemeController
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named public class ThemeController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThemeController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalizedTheme()org.apache.myfaces.tobago.context.ThemegetTheme()javax.faces.model.SelectItem[]getThemeItems()voidsetTheme(org.apache.myfaces.tobago.context.Theme theme)voidsetThemeItems(javax.faces.model.SelectItem[] themeItems)Stringsubmit()
-
-
-
Method Detail
-
getTheme
public org.apache.myfaces.tobago.context.Theme getTheme()
-
setTheme
public void setTheme(org.apache.myfaces.tobago.context.Theme theme)
-
getThemeItems
public javax.faces.model.SelectItem[] getThemeItems()
-
setThemeItems
public void setThemeItems(javax.faces.model.SelectItem[] themeItems)
-
submit
public String submit()
-
getLocalizedTheme
public String getLocalizedTheme()
-
-