protected function _init()
 {
     parent::_init();
     if (count($this->_settings['component']) > 1) {
         throw new Kwf_Exception("StaticHome generator must have only a single component");
     }
 }