X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.direct.RemotingProvider.html diff --git a/docs/output/Ext.direct.RemotingProvider.html b/docs/output/Ext.direct.RemotingProvider.html index 2c25ead2..4aeb4c82 100644 --- a/docs/output/Ext.direct.RemotingProvider.html +++ b/docs/output/Ext.direct.RemotingProvider.html @@ -1,74 +1,74 @@ -
Observable
  Provider
    JsonProvider
      RemotingProvider

Class Ext.direct.RemotingProvider

Package:Ext.direct
Defined In:RemotingProvider.js
Class:RemotingProvider
Extends:JsonProvider

The RemotingProvider exposes access to -server side methods on the client (a remote procedure call (RPC) type of -connection where the client can initiate a procedure on the server).

-

This allows for code to be organized in a fashion that is maintainable, -while providing a clear path between client and server, something that is -not always apparent when using URLs.

-

To accomplish this the server-side needs to describe what classes and methods -are available on the client-side. This configuration will typically be -outputted by the server-side Ext.Direct stack when the API description is built.

Config Options

Config OptionsDefined By
 enableUrlEncode : String
Specify which param will hold the arguments for the method. -Defaults to 'data'.
RemotingProvider