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 Type
    Method
    Description
    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 of AbstractPageModel
      Returns:
      the modified page