/**
  * コンストラクター
  *
  * @access	public
  */
 function Mobile_Action()
 {
     $this->_container =& DIContainerFactory::getContainer();
     $this->_db =& $this->_container->getComponent("DbObject");
     $this->_modulesView =& $this->_container->getComponent("modulesView");
     $this->_session =& $this->_container->getComponent("Session");
     $this->_mobile_obj = $this->_modulesView->getModuleByDirname("mobile");
 }