Interface PageInitializer

  • All Known Implementing Classes:
    DefaultPageInitializer

    public interface PageInitializer
    performs the necessary initialization that a newly created AbstractPageModel may require before saving.
    • 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 of AbstractPageModel
        Returns:
        the modified page