X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.direct.RemotingProvider.html diff --git a/docs/output/Ext.direct.RemotingProvider.html b/docs/output/Ext.direct.RemotingProvider.html deleted file mode 100644 index ade21a75..00000000 --- a/docs/output/Ext.direct.RemotingProvider.html +++ /dev/null @@ -1,279 +0,0 @@ -
Properties Methods Events Config Options Direct Link
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
 maxRetries : Number
Number of times to re-attempt delivery on failure of a call. Defaults to 1.
RemotingProvider
 timeout : Number
The timeout to use for each request. Defaults to undefined.
RemotingProvider
 url : String
Required. The url to connect to the Ext.Direct server-side router.
RemotingProvider

Public Properties

PropertyDefined By
 connect : Object
Abstract methods for subclasses to implement.
Provider
 disconnect : Object
Abstract methods for subclasses to implement.
Provider

Public Methods

MethodDefined By

Public Events

EventDefined By
\ No newline at end of file