12345678 |
- /*
- Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
- Available via Academic Free License >= 2.1 OR the modified BSD license.
- see: http://dojotoolkit.org/license for details
- */
- if(!dojo._hasResource["dojox.data.PersevereStore"]){dojo._hasResource["dojox.data.PersevereStore"]=true;dojo.provide("dojox.data.PersevereStore");dojo.require("dojox.data.JsonQueryRestStore");dojo.require("dojox.rpc.Client");dojox.json.ref.serializeFunctions=true;dojo.declare("dojox.data.PersevereStore",dojox.data.JsonQueryRestStore,{useFullIdInQueries:true,jsonQueryPagination:false});dojox.data.PersevereStore.getStores=function(_1,_2){_1=(_1&&(_1.match(/\/$/)?_1:(_1+"/")))||"/";if(_1.match(/^\w*:\/\//)){dojo.require("dojox.io.xhrScriptPlugin");dojox.io.xhrScriptPlugin(_1,"callback",dojox.io.xhrPlugins.fullHttpAdapter);}var _3=dojo.xhr;dojo.xhr=function(_4,_5){(_5.headers=_5.headers||{})["Server-Methods"]=false;return _3.apply(dojo,arguments);};var _6=dojox.rpc.Rest(_1,true);dojox.rpc._sync=_2;var _7=_6("Class/");var _8;var _9={};var _a=0;_7.addCallback(function(_b){dojox.json.ref.resolveJson(_b,{index:dojox.rpc.Rest._index,idPrefix:"/Class/",assignAbsoluteIds:true});function _c(_d){if(_d["extends"]&&_d["extends"].prototype){if(!_d.prototype||!_d.prototype.isPrototypeOf(_d["extends"].prototype)){_c(_d["extends"]);dojox.rpc.Rest._index[_d.prototype.__id]=_d.prototype=dojo.mixin(dojo.delegate(_d["extends"].prototype),_d.prototype);}}};function _e(_f,_10){if(_f&&_10){for(var j in _f){var _11=_f[j];if(_11.runAt!="client"&&!_10[j]){_10[j]=(function(_12){return function(){var _13=dojo.rawXhrPost({url:this.__id,postData:dojo.toJson({method:_12,id:_a++,params:dojo._toArray(arguments)}),handleAs:"json"});_13.addCallback(function(_14){return _14.error?new Error(_14.error):_14.result;});return _13;};})(j);}}}};for(var i in _b){if(typeof _b[i]=="object"){var _15=_b[i];_c(_15);_e(_15.methods,_15.prototype=_15.prototype||{});_e(_15.staticMethods,_15);_9[_b[i].id]=new dojox.data.PersevereStore({target:new dojo._Url(_1,_b[i].id)+"/",schema:_15});}}return (_8=_9);});dojo.xhr=_3;return _2?_8:_7;};dojox.data.PersevereStore.addProxy=function(){dojo.require("dojox.io.xhrPlugins");dojox.io.xhrPlugins.addProxy("/proxy/");};}
|