Index: branches/version-2_11-dev/html/user_data/__default.php
===================================================================
--- branches/version-2_11-dev/html/user_data/__default.php	(revision 20344)
+++ branches/version-2_11-dev/html/user_data/__default.php	(revision 20781)
@@ -27,9 +27,15 @@
      */
     function process() {
-        $objView = new SC_SiteView_Ex();
+        parent::process();
+        $this->action();
+        $this->sendResponse();
+    }
 
-        // 画面の表示
-        $objView->assignobj($this);
-        $objView->display(SITE_FRAME);
+    /**
+     * Page のアクション.
+     *
+     * @return void
+     */
+    function action() {
     }
 
