public abstract class WelcomePageGenerator<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
baseUri |
protected List<T> |
declarers |
protected List<Description> |
descriptions |
| Constructor and Description |
|---|
WelcomePageGenerator(String baseUri,
List<T> declarers) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Description> |
buildUris() |
List<Description> |
getDescriptions() |
protected List<Description> descriptions
protected String baseUri
public abstract List<Description> buildUris()
public List<Description> getDescriptions()
Copyright © 2018. All rights reserved.