Various framework controllers such as RXApplicationController and ModelsController.
Class | Description | |
---|---|---|
AuxAIRController | Custom AIR controller that allows performing arbitrary operations (as opposed to CRUD on models) against local SQLite database. | |
AuxHTTPController | Custom HTTP controller that allows sending arbitrary data (as opposed to models) over HTTP faking PUT and DELETE. | |
CacheController | In-memory model data store. | |
ChangeController | If Synchronization is enabled, Change controller can be hooked up to Rx.changes to perform synchronization between 2 different service providers. | |
CommandsController | Manages registered commands (classes that implement org.restfulx.controllers.ICommand). | |
ModelsController | Provides high level CRUD functionality. | |
RxApplicationController | This is the primary extension point for Flex/AIR applications based on the framework. | |
SerializersController | Provides centralized access to comonly used serializers. | |
ServerPushController | This controller adds support for receiving messages from servers capable of pushing messages, e.g. | |
ServicesController | Provides centralized access to currently available services. | |
UndoRedoController | Adds undo redo support to the application. |