Properties Methods Events Config Options Direct Link
Observable
  Proxy
    ServerProxy

Class Ext.data.ServerProxy

Package:Ext.data
Defined In:ServerProxy.js
Class:ServerProxy
Subclasses:AjaxProxy, ScriptTagProxy
Extends:Proxy

ServerProxy is a superclass of ScriptTagProxy and AjaxProxy, and would not usually be used directly.

ServerProxy should ideally be named HttpProxy as it is a superclass for all HTTP proxies - for Ext JS 4.x it has been called ServerProxy to enable any 3.x applications that reference the HttpProxy to continue to work (HttpProxy is now an alias of AjaxProxy).

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
 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

This class has no public properties.

Public Methods

MethodDefined By

Public Events

This class has no public events.