A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
addChangeAction(action) — Method in class org.restfulx.controllers.UndoRedoController
Pushes given composite action object onto the undo stack.
addCommand(cmd, useWeakReference) — Method in class org.restfulx.controllers.CommandsController
Adds a given command class to the controller registry.
addCommandByName(cmdName, cmd, useWeakReference) — Method in class org.restfulx.controllers.CommandsController
Adds a given command using provided name (as opposed to inferred name) to the controller registry.
addHeaders(request, headers) — Method in class org.restfulx.controllers.AuxHTTPController
addHeaders(request, headers) — Method in class org.restfulx.services.http.XMLHTTPServiceProvider
addHeadersToHttpRequest(request) — Method in class org.restfulx.services.as3http.AS3XMLHTTPServiceProvider
addModelToCache(model, fqn) — Static method in class org.restfulx.utils.RxUtils
Add a give model to cache.
addObjectIdToResourceURL(url, object, suffix) — Static method in class org.restfulx.utils.RxUtils
Reformats the URL to be suitable for update/destroy requests where model id is embedded in the URL.
addServiceProvider(serviceProvider:org.restfulx.services:IServiceProvider) — Method in class org.restfulx.controllers.ServicesController
Adds a specific service provider instance to the array of available services
AfterCreateEvent — Class in package org.restfulx.events
This event is dispatched when an instance of RxModel has been created successfully.
AfterCreateEvent() — Constructor in class org.restfulx.events.AfterCreateEvent
AfterDestroyEvent — Class in package org.restfulx.events
This event is dispatched when an instance of RxModel has been destroyed successfully.
AfterDestroyEvent() — Constructor in class org.restfulx.events.AfterDestroyEvent
AfterSaveEvent — Class in package org.restfulx.events
This event is dispatched when an instance of RxModel has been created successfully.
AfterSaveEvent() — Constructor in class org.restfulx.events.AfterSaveEvent
AfterUpdateEvent — Class in package org.restfulx.events
This event is dispatched when an instance of RxModel has been updated successfully.
AfterUpdateEvent() — Constructor in class org.restfulx.events.AfterUpdateEvent
air(optsOrOnResult, onFault, dbFile) — Static method in class org.restfulx.XRx
Handy shortcut for non-standard-CRUD AIR operations.
airDatabaseName — Static property in class org.restfulx.Rx
Default database name to use for AIR applications.
airEnableDatabaseMigrations — Static property in class org.restfulx.Rx
Any properties that you add to your models can be automatically added to your AIR database.
airEncryptionKey — Static property in class org.restfulx.Rx
Encryption key to use for connection to AIR SQLite database (if this field is empty connection will be unencrypted = default).
AIRServiceProvider — Class in package org.restfulx.services.air
AIR Service Provider implementation.
AIRServiceProvider(dbFile) — Constructor in class org.restfulx.services.air.AIRServiceProvider
alwaysShow — Property in class org.restfulx.components.rx.RxAutoComplete
Always invoke show on the model independency of the currently shown status
amf(optsOrOnResult, onFault, contentType, resultFormat, serializer:org.restfulx.serializers:ISerializer, rootUrl) — Static method in class org.restfulx.Rx
Handy shortcut for non-CRUD AMF operations.
amf — Property in class org.restfulx.controllers.SerializersController
AMF serializer instance
AMFSerializer — Class in package org.restfulx.serializers
Serialises RxModel instances to AMF and back.
AMFServiceErrors — Class in package org.restfulx.services
AMFServiceProvider specific IServiceErrors implementation.
AMFServiceErrors(result:org.restfulx.utils:ServiceErrors) — Constructor in class org.restfulx.services.AMFServiceErrors
Transforms errors into an array of Validation results mapped by field name.
AMFServiceProvider — Class in package org.restfulx.services.amf
AMF (over HTTP) based Service Provider
AMFServiceProvider(amfGatewayUrl) — Constructor in class org.restfulx.services.amf.AMFServiceProvider
AS3GAEHTTPServiceProvider — Class in package org.restfulx.services.as3http
AS3 HTTP Client based GAE XML-over-HTTP service provider.
AS3GAEHTTPServiceProvider(httpRootUrl) — Constructor in class org.restfulx.services.as3http.AS3GAEHTTPServiceProvider
AS3JSONHTTPServiceProvider — Class in package org.restfulx.services.as3http
AS3 HTTP Client based JSON-over-HTTP service provider.
AS3JSONHTTPServiceProvider(httpRootUrl) — Constructor in class org.restfulx.services.as3http.AS3JSONHTTPServiceProvider
AS3XMLHTTPServiceProvider — Class in package org.restfulx.services.as3http
AS3 HTTP Client based XML-over-HTTP service provider.
AS3XMLHTTPServiceProvider(httpRootUrl) — Constructor in class org.restfulx.services.as3http.AS3XMLHTTPServiceProvider
attachment — Property in class org.restfulx.models.RxModel
any model can have one attachment, this can be either RxFileRefrence or BinaryAttachment
authenticityToken — Static property in class org.restfulx.Rx
Stores current authenticity token.
AuxAIRController — Class in package org.restfulx.controllers
Custom AIR controller that allows performing arbitrary operations (as opposed to CRUD on models) against local SQLite database.
AuxAIRController(optsOrOnResult, onFault, dbFile) — Constructor in class org.restfulx.controllers.AuxAIRController
AuxHTTPController — Class in package org.restfulx.controllers
Custom HTTP controller that allows sending arbitrary data (as opposed to models) over HTTP faking PUT and DELETE.
AuxHTTPController(optsOrOnResult, onFault, contentType, resultFormat, serializer:org.restfulx.serializers:ISerializer, rootUrl) — Constructor in class org.restfulx.controllers.AuxHTTPController
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z