| Constructor and Description |
|---|
ContentList() |
ContentList(Content... content) |
| Modifier and Type | Method and Description |
|---|---|
ContentList |
add(Content content) |
<T extends Content> |
add(List<T> content) |
String |
render()
Generates and returns the corresponding HTML markup.
|
public ContentList()
public ContentList(Content... content)
public ContentList add(Content content)
public <T extends Content> ContentList add(List<T> content)
Copyright © 2013 Whizu. All Rights Reserved.