public class HomeModel extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addCarouselEntry(CarouselEntry entry) |
void |
addSection(Section section) |
List<CarouselEntry> |
getCarouselEntries() |
List<Section> |
getSections() |
String |
getTitle() |
public HomeModel(String title)
public String getTitle()
public void addCarouselEntry(CarouselEntry entry)
public void addSection(Section section)
public List<CarouselEntry> getCarouselEntries()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.