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  
marshall(object, recursive) — Method in class org.restfulx.serializers.CouchDBJSONSerializer
Serializes the object to required form.
marshall(object, recursive) — Method in class org.restfulx.serializers.GenericSerializer
Serializes the object to required form.
marshall(object, recursive) — Method in interface org.restfulx.serializers.ISerializer
Produces serialized model representation.
marshall(object, recursive) — Method in class org.restfulx.serializers.JSONSerializer
Serializes the object to required form.
marshall(object, recursive) — Method in class org.restfulx.serializers.VOSerializer
Serializes the object to required form.
marshall(object, recursive) — Method in class org.restfulx.serializers.XMLSerializer
Serializes the object to required form.
marshall(object, recursive) — Method in interface org.restfulx.services.IServiceProvider
Produces service provider specific model representation suitable for being serialized.
marshall(object, recursive) — Method in class org.restfulx.services.air.AIRServiceProvider
Produces service provider specific model representation suitable for being serialized.
marshall(object, recursive) — Method in class org.restfulx.services.amf.AMFServiceProvider
Produces service provider specific model representation suitable for being serialized.
marshall(object, recursive) — Method in class org.restfulx.services.as3http.DirectCouchDBHTTPServiceProvider
Produces service provider specific model representation suitable for being serialized.
marshall(object, recursive) — Method in class org.restfulx.services.http.JSONHTTPServiceProvider
Produces service provider specific model representation suitable for being serialized.
marshall(object, recursive) — Method in class org.restfulx.services.http.XMLHTTPServiceProvider
Produces service provider specific model representation suitable for being serialized.
marshallToJSON(object, recursive) — Method in class org.restfulx.services.as3http.DirectCouchDBHTTPServiceProvider
marshallToJSONAndConvertToByteArray(object) — Method in class org.restfulx.services.as3http.DirectCouchDBHTTPServiceProvider
marshallToURLVariables(source) — Method in class org.restfulx.controllers.AuxHTTPController
marshallToURLVariables(source) — Method in class org.restfulx.services.http.XMLHTTPServiceProvider
marshallToVO(object, recursive, metadata, parent) — Method in class org.restfulx.serializers.VOSerializer
marshallToVO(object, recursive, toDelete) — Method in class org.restfulx.services.http.GAEHTTPServiceProvider
marshallToVO(object, recursive, toDelete) — Method in class org.restfulx.services.http.XMLHTTPServiceProvider
marshallToXML(object, recursive, metadata, parent) — Method in class org.restfulx.serializers.XMLSerializer
merge(items, toAdd, after) — Static method in class org.restfulx.Rx
Merges an array into a RxCollection (without side-effects).
mergeArrays(items, toAdd, after) — Static method in class org.restfulx.utils.RxUtils
Merges two arrays and returns a new RxCollection of the result
message — Property in class org.restfulx.events.ServerPushEvent
the message pushed from the server
metadata — Property in class org.restfulx.collections.ModelsCollection
A service provider implementation can tag some metadata along with the serialized response that will be shared in metadata variable
metadata — Property in class org.restfulx.utils.TypedArray
Any metadata that may have been passed on from the server
migrateDatabase() — Method in class org.restfulx.services.air.AIRServiceProvider
Add any columns that have been added to models but do not currently exist in database.
MockAIRServiceProvider — Class in package org.restfulx.services.mock
Adds testing specific methods to AIRServiceProvider.
MockAIRServiceProvider(dbFile) — Constructor in class org.restfulx.services.mock.MockAIRServiceProvider
MockAuxHTTPController — Class in package org.restfulx.controllers.mock
This class allows re-routing of AuxHTTPController send method to the specified Rx.httpControllerHandler function.
MockAuxHTTPController(optsOrOnResult, onFault, contentType, resultFormat, serializer:org.restfulx.serializers:ISerializer, rootUrl) — Constructor in class org.restfulx.controllers.mock.MockAuxHTTPController
MockDirectCouchDBHTTPServiceProvider — Class in package org.restfulx.services.mock
Adds testing specific methods to DirectCouchDBHTTPServiceProvider.
MockDirectCouchDBHTTPServiceProvider(couchDbRootUrl, couchDbName) — Constructor in class org.restfulx.services.mock.MockDirectCouchDBHTTPServiceProvider
MockJSONHTTPServiceProvider — Class in package org.restfulx.services.mock
Adds testing specific methods to JSONHTTPServiceProvider.
MockJSONHTTPServiceProvider(httpRootUrl) — Constructor in class org.restfulx.services.mock.MockJSONHTTPServiceProvider
MockXMLHTTPServiceProvider — Class in package org.restfulx.services.mock
Testing specific XMLHTTPServiceProvider.
MockXMLHTTPServiceProvider(httpRootUrl) — Constructor in class org.restfulx.services.mock.MockXMLHTTPServiceProvider
modelCanBeUpdatedOrDestroyed(model) — Method in class org.restfulx.services.as3http.DirectCouchDBHTTPServiceProvider
models — Static property in class org.restfulx.Rx
centralized access to RESTful CRUD operations on models
models — Property in class org.restfulx.utils.ModelsMetadata
registered models
ModelsCollection — Class in package org.restfulx.collections
ModelsCollection(source) — Constructor in class org.restfulx.collections.ModelsCollection
ModelsController — Class in package org.restfulx.controllers
Provides high level CRUD functionality.
ModelsController(models) — Constructor in class org.restfulx.controllers.ModelsController
Creates a new instance of the controller.
ModelsMetadata — Class in package org.restfulx.utils
All runtime metadata used by the framework about application models is stored in this class.
ModelsMetadata(models) — Constructor in class org.restfulx.utils.ModelsMetadata
Computes all relevant metadata for the models passed in as argument.
MoneyTextInput — Class in package org.restfulx.components.rx
MultiPartRequestBuilder — Class in package org.restfulx.utils
This class performs custom multi-part request construction for binary attachments.
MultiPartRequestBuilder(variables) — Constructor in class org.restfulx.utils.MultiPartRequestBuilder
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