Properties Methods Events Config Options Direct Link
Observable
  Proxy
    ServerProxy
      AjaxProxy
        RestProxy

Class Ext.data.RestProxy

Package:Ext.data
Defined In:RestProxy.js
Class:RestProxy
Extends:AjaxProxy

Specialization of the AjaxProxy which simply maps the four actions (create, read, update and destroy) to RESTful HTTP verbs

Config Options

Config OptionsDefined By
 cacheString : String
The name of the cache param added to the url when using noCache (defaults to "_dc")
ServerProxy
 defaultReaderType : String
The default registered reader type. Defaults to 'json'
Proxy
 defaultWriterType : String
The default registered writer type. Defaults to 'json'
Proxy
 headers : Object
Any headers to add to the Ajax request. Defaults to undefined.
AjaxProxy
 noCache : Boolean
Defaults to true. Disable caching by adding a unique parameter name to the request.
ServerProxy
 timeout : Number
The number of milliseconds to wait for a response. Defaults to 30 seconds.
ServerProxy
 url : String
The URL from which to request the data object.
ServerProxy

Public Properties

PropertyDefined By

Public Methods

MethodDefined By

Public Events

EventDefined By