public interface Page
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getModel()
Return the model of the page.
|
java.lang.String |
getTitle()
Return the title of the page.
|
void |
setModel(java.lang.Object model)
Set the model of the page.
|
void |
setTitle(java.lang.String title)
Set the title of the page.
|