public interface Page
Modifier and Type | Method and Description |
---|---|
void |
finalize(PagesResolver resolver)
Finalize the page initialization.
|
PageContent |
getContent()
Gets the content of the page.
|
Description |
getDescription()
Gets the page description.
|
String |
getName()
Gets the page name.
|
String |
getParent()
Gets the id of the parent page.
|
Expression |
getVisibility()
Gets the expression of the page visibility.
|
void finalize(PagesResolver resolver)
Finalize the page initialization.
resolver
- the page resolver.PageContent getContent()
Gets the content of the page.
If null
or empty, it is just considered as a sub pages holder.
Description getDescription()
Gets the page description.
String getName()
Gets the page name.
String getParent()
Gets the id of the parent page.
Expression getVisibility()
Gets the expression of the page visibility.