Package org.primefaces.showcase.view.app
Class Themes
- java.lang.Object
-
- org.primefaces.showcase.view.app.Themes
-
@Named @ApplicationScoped public class Themes extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThemes.Categorystatic classThemes.Theme
-
Constructor Summary
Constructors Constructor Description Themes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Themes.Category>getCategories()List<Themes.Theme>getThemes()voidinit()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getCategories
public List<Themes.Category> getCategories()
-
getThemes
public List<Themes.Theme> getThemes()
-
-