Properties Methods Events Config Options Direct Link
Observable
  Provider
    JsonProvider
      RemotingProvider

Class CQ.Ext.direct.RemotingProvider

Package:CQ.Ext.direct
Class:RemotingProvider
Extends:CQ.Ext.direct.JsonProvider
Clientlib:cq.widgets

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 CQ.Ext.Direct stack when the API description is built.

Config Options

Config Options Defined By

Public Properties

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

Public Methods

Method Defined By

Public Events

Event Defined By