Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.data.Request.js
1 Ext.data.JsonP.Ext_data_Request({
2   "allMixins": [
3
4   ],
5   "deprecated": null,
6   "docauthor": null,
7   "members": {
8     "cfg": [
9       {
10         "type": "String",
11         "deprecated": null,
12         "alias": null,
13         "protected": false,
14         "tagname": "cfg",
15         "href": "Request.html#Ext-data-Request-cfg-action",
16         "shortDoc": "The name of the action this Request represents. ...",
17         "static": false,
18         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Request.js",
19         "private": false,
20         "name": "action",
21         "owner": "Ext.data.Request",
22         "doc": "<p>The name of the action this Request represents. Usually one of 'create', 'read', 'update' or 'destroy'</p>\n",
23         "linenr": 12,
24         "html_filename": "Request.html"
25       },
26       {
27         "type": "String",
28         "deprecated": null,
29         "alias": null,
30         "protected": false,
31         "tagname": "cfg",
32         "href": "Request.html#Ext-data-Request-cfg-method",
33         "shortDoc": "The HTTP method to use on this Request (defaults to 'GET'). ...",
34         "static": false,
35         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Request.js",
36         "private": false,
37         "name": "method",
38         "owner": "Ext.data.Request",
39         "doc": "<p>The HTTP method to use on this Request (defaults to 'GET'). Should be one of 'GET', 'POST', 'PUT' or 'DELETE'</p>\n",
40         "linenr": 22,
41         "html_filename": "Request.html"
42       },
43       {
44         "type": "Object",
45         "deprecated": null,
46         "alias": null,
47         "protected": false,
48         "tagname": "cfg",
49         "href": "Request.html#Ext-data-Request-cfg-params",
50         "shortDoc": "HTTP request params. ...",
51         "static": false,
52         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Request.js",
53         "private": false,
54         "name": "params",
55         "owner": "Ext.data.Request",
56         "doc": "<p>HTTP request params. The Proxy and its Writer have access to and can modify this object.</p>\n",
57         "linenr": 17,
58         "html_filename": "Request.html"
59       },
60       {
61         "type": "String",
62         "deprecated": null,
63         "alias": null,
64         "protected": false,
65         "tagname": "cfg",
66         "href": "Request.html#Ext-data-Request-cfg-url",
67         "static": false,
68         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Request.js",
69         "private": false,
70         "name": "url",
71         "owner": "Ext.data.Request",
72         "doc": "<p>The url to access on this Request</p>\n",
73         "linenr": 27,
74         "html_filename": "Request.html"
75       }
76     ],
77     "method": [
78       {
79         "deprecated": null,
80         "alias": null,
81         "href": "Request.html#Ext-data-Request-method-constructor",
82         "tagname": "method",
83         "protected": false,
84         "shortDoc": "Creates the Request object. ...",
85         "static": false,
86         "params": [
87           {
88             "type": "Object",
89             "optional": true,
90             "doc": "<p>(optional) Config object.</p>\n",
91             "name": "config"
92           }
93         ],
94         "private": false,
95         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Request.js",
96         "doc": "<p>Creates the Request object.</p>\n",
97         "owner": "Ext.data.Request",
98         "name": "Request",
99         "html_filename": "Request.html",
100         "return": {
101           "type": "Object",
102           "doc": "\n"
103         },
104         "linenr": 32
105       }
106     ],
107     "property": [
108
109     ],
110     "cssVar": [
111
112     ],
113     "cssMixin": [
114
115     ],
116     "event": [
117
118     ]
119   },
120   "singleton": false,
121   "alias": null,
122   "superclasses": [
123
124   ],
125   "protected": false,
126   "tagname": "class",
127   "mixins": [
128
129   ],
130   "href": "Request.html#Ext-data-Request",
131   "subclasses": [
132
133   ],
134   "static": false,
135   "author": "Ed Spencer",
136   "component": false,
137   "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Request.js",
138   "private": false,
139   "alternateClassNames": [
140
141   ],
142   "name": "Ext.data.Request",
143   "doc": "<p>Simple class that represents a Request that will be made by any <a href=\"#/api/Ext.data.proxy.Server\" rel=\"Ext.data.proxy.Server\" class=\"docClass\">Ext.data.proxy.Server</a> subclass.\nAll this class does is standardize the representation of a Request as used by any ServerProxy subclass,\nit does not contain any actual logic or perform the request itself.</p>\n\n",
144   "mixedInto": [
145
146   ],
147   "linenr": 1,
148   "xtypes": [
149
150   ],
151   "html_filename": "Request.html",
152   "extends": "Object"
153 });