/**
  * @see Page::readData()
  */
 public function readData()
 {
     parent::readData();
     $attachmentList = new AttachmentList();
     // get available container types
     $this->availableContainerTypes = $attachmentList->getAvailableContainerTypes();
     // get available file types
     $this->availableFileTypes = $attachmentList->getAvailableFileTypes();
 }