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