Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.data.Request.js
1 Ext.data.JsonP.Ext_data_Request({
2   "tagname": "class",
3   "name": "Ext.data.Request",
4   "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",
5   "extends": "Object",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": "Ed Spencer",
14   "docauthor": null,
15   "singleton": false,
16   "private": false,
17   "cfg": [
18     {
19       "tagname": "cfg",
20       "name": "action",
21       "member": "Ext.data.Request",
22       "type": "String",
23       "doc": "<p>The name of the action this Request represents. Usually one of 'create', 'read', 'update' or 'destroy'</p>\n",
24       "private": false,
25       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Request.js",
26       "linenr": 14,
27       "html_filename": "Request.html",
28       "href": "Request.html#Ext-data-Request-cfg-action"
29     },
30     {
31       "tagname": "cfg",
32       "name": "method",
33       "member": "Ext.data.Request",
34       "type": "String",
35       "doc": "<p>The HTTP method to use on this Request (defaults to 'GET'). Should be one of 'GET', 'POST', 'PUT' or 'DELETE'</p>\n",
36       "private": false,
37       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Request.js",
38       "linenr": 24,
39       "html_filename": "Request.html",
40       "href": "Request.html#Ext-data-Request-cfg-method"
41     },
42     {
43       "tagname": "cfg",
44       "name": "params",
45       "member": "Ext.data.Request",
46       "type": "Object",
47       "doc": "<p>HTTP request params. The Proxy and its Writer have access to and can modify this object.</p>\n",
48       "private": false,
49       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Request.js",
50       "linenr": 19,
51       "html_filename": "Request.html",
52       "href": "Request.html#Ext-data-Request-cfg-params"
53     },
54     {
55       "tagname": "cfg",
56       "name": "url",
57       "member": "Ext.data.Request",
58       "type": "String",
59       "doc": "<p>The url to access on this Request</p>\n",
60       "private": false,
61       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Request.js",
62       "linenr": 29,
63       "html_filename": "Request.html",
64       "href": "Request.html#Ext-data-Request-cfg-url"
65     }
66   ],
67   "method": [
68     {
69       "tagname": "method",
70       "name": "Request",
71       "member": "Ext.data.Request",
72       "doc": "\n",
73       "params": [
74         {
75           "type": "Object",
76           "name": "config",
77           "doc": "<p>Optional config object</p>\n",
78           "optional": false
79         }
80       ],
81       "return": {
82         "type": "void",
83         "doc": "\n"
84       },
85       "private": false,
86       "static": false,
87       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Request.js",
88       "linenr": 1,
89       "html_filename": "Request.html",
90       "href": "Request.html#Ext-data-Request-method-constructor",
91       "shortDoc": "\n"
92     }
93   ],
94   "property": [
95
96   ],
97   "event": [
98
99   ],
100   "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Request.js",
101   "linenr": 1,
102   "html_filename": "Request.html",
103   "href": "Request.html#Ext-data-Request",
104   "cssVar": [
105
106   ],
107   "cssMixin": [
108
109   ],
110   "component": false,
111   "superclasses": [
112
113   ],
114   "subclasses": [
115
116   ],
117   "mixedInto": [
118
119   ],
120   "allMixins": [
121
122   ]
123 });