public class Content extends Object
| Modifier and Type | Field and Description |
|---|---|
static Content |
empty
An empty Content object for your convenience.
|
| Constructor and Description |
|---|
Content()
Initialise an empty Content object.
|
Content(List<Content> contents)
Initialise a content object that includes the contents of each (Content) item
in the list
contents. |
| Modifier and Type | Method and Description |
|---|---|
Model |
fill(Model m)
Answer the model
m after filling it with the contents
described by this object. |
boolean |
isEmpty() |
public static final Content empty
Licenced under the Apache License, Version 2.0