Interface PageInitializer
-
- All Known Implementing Classes:
DefaultPageInitializer
public interface PageInitializerperforms the necessary initialization that a newly createdAbstractPageModelmay require before saving.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractPageModelinitialize(AbstractPageModel page)Perform any necessary initialization onto a newly created page such as associating non shared slots
-
-
-
Method Detail
-
initialize
AbstractPageModel initialize(AbstractPageModel page)
Perform any necessary initialization onto a newly created page such as associating non shared slots- Parameters:
page- - the instance ofAbstractPageModel- Returns:
- the modified page
-
-