Interface PageInitializer
- All Known Implementing Classes:
DefaultPageInitializer
public interface PageInitializer
performs the necessary initialization that a newly created
AbstractPageModel may require before saving.-
Method Summary
Modifier and TypeMethodDescriptioninitialize(AbstractPageModel page) Perform any necessary initialization onto a newly created page such as associating non shared slots
-
Method Details
-
initialize
Perform any necessary initialization onto a newly created page such as associating non shared slots- Parameters:
page- - the instance ofAbstractPageModel- Returns:
- the modified page
-