| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.mvc.Context
Field Summary | |
| public | command: String |
| The current/last command being processed* | |
| public | fault: Object |
| The fault * | |
| public | nextCommand: String |
| The next command to be processed* | |
| public | onFault: Function |
| The fault event handler* | |
| public | onResult: Function |
| The result event handler* | |
| public | request: Object |
| The request* | |
| public | response: Object |
| The response* | |
| public | result: Object |
| The result * | |
| public | taskId: Object |
| The taskID, a unique id * | |
| public | view: Object |
| The view to call on completion * | |
Constructor | |
| public | Context ( view: Object, onResult: Function, onFault: Function) |
| Create a new Context instance | |
| public var command: String |
| The current/last command being processed* |
| public var fault: Object |
| The fault * |
| public var nextCommand: String |
| The next command to be processed* |
| public var onFault: Function |
| The fault event handler* |
| public var onResult: Function |
| The result event handler* |
| public var request: Object |
| The request* |
| public var response: Object |
| The response* |
| public var result: Object |
| The result * |
| public var taskId: Object |
| The taskID, a unique id * |
| public var view: Object |
| The view to call on completion * |
|
| Create a new Context instance | |||||||||
|