| 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 |
| makeCall() — Method in class com.asfusion.mate.testing.MockOperation |
| |
| makeObjectsBindable — Property in class com.asfusion.mate.actions.builders.ServiceInvoker |
|
When this value is true, anonymous objects returned are forced to bindable objects. |
| manager — Property in class com.asfusion.mate.actionLists.AbstractHandlers |
|
Internal instance of IMateManager. |
| manager — Property in class com.asfusion.mate.actionLists.Scope |
|
Instance of IMateManager used to get the logger and dispatcher. |
| manager — Property in class com.asfusion.mate.core.Creator |
|
Instance of IMateManager used to get the logger object. |
| map — Property in class com.asfusion.mate.actionLists.AbstractHandlers |
|
Internal instance of IEventMap. |
| MateLogEvent — Class in package com.asfusion.mate.events |
|
Event used to send notifications when an error, warning, info, etc occurs. |
| MateLogEvent(message, level, parameters) — Constructor in class com.asfusion.mate.events.MateLogEvent |
|
Constructor
|
| MateManager — Class in package com.asfusion.mate.core |
|
MateManager is in charge of returning an instance of the
IMateManager that is one of the core classes of Mate. |
| message — Property in class com.asfusion.mate.actionLists.MessageScope |
|
A message received by the consumer. |
| message — Property in class com.asfusion.mate.core.EventMap |
|
It refers to the message received that made the MessageHandlers execute. |
| message — Property in class com.asfusion.mate.events.UnhandledFaultEvent |
|
The Message associated with this event. |
| message — Property in class com.asfusion.mate.events.UnhandledMessageFaultEvent |
|
The ErrorMessage for this event. |
| MESSAGE — Constant static property in class com.asfusion.mate.actionLists.ScopeProperties |
|
Message from DataServices
|
| MessageHandlers — Class in package com.asfusion.mate.actionLists |
|
The MessageHandlers tag allows you to register a set of handlers as a consumer of a Flex Messaging Service. |
| MessageHandlers() — Constructor in class com.asfusion.mate.actionLists.MessageHandlers |
|
Constructor
|
| messageId — Property in class com.asfusion.mate.events.UnhandledFaultEvent |
|
The message ID associated with this event. |
| MessageScope — Class in package com.asfusion.mate.actionLists |
|
MessageScope is an object created by the MessageHandlers. |
| MessageScope(event, active, map:com.asfusion.mate.core:IEventMap, inheritScope:com.asfusion.mate.actionLists:IScope) — Constructor in class com.asfusion.mate.actionLists.MessageScope |
|
Constructor
|
| method — Property in class com.asfusion.mate.actions.CallBack |
|
The function to call on the target object. |
| method — Property in class com.asfusion.mate.actions.InlineInvoker |
|
The function to call on the created object. |
| method — Property in class com.asfusion.mate.actions.ListenerInjector |
|
The listener function that processes the event. |
| method — Property in class com.asfusion.mate.actions.builders.DelegateInvoker |
|
The method attribute specifies what function to call on the delegate instance. |
| method — Property in class com.asfusion.mate.actions.builders.HTTPServiceInvoker |
|
HTTP method for sending the request. |
| method — Property in class com.asfusion.mate.actions.builders.MethodInvoker |
|
The function to call on the created object. |
| method — Property in class com.asfusion.mate.actions.builders.ServiceInvoker |
|
The method attribute specifies what function to call on the service instance. |
| method — Property in class com.asfusion.mate.events.Listener |
|
Specifies the method to call when an event is received. |
| method — Property in class com.asfusion.mate.responses.ResponseHandler |
|
Function to be executed when a response is back. |
| method — Property in class com.asfusion.mate.testing.MockOperation |
|
|
| method — Property in class com.asfusion.mate.utils.debug.LogInfo |
|
The name of the method or "constructor"
|
| MethodCaller — Class in package com.asfusion.mate.core |
|
MethodCaller has the ability to call a method on any object. |
| MethodInvoker — Class in package com.asfusion.mate.actions.builders |
|
When placed inside a IActionList tag and the list is executed,
MethodInvoker will create an object of the class specified in the generator attribute. |
| METHOD_NOT_FOUND — Constant static property in class com.asfusion.mate.utils.debug.LogTypes |
|
Method not found
|
| methodRegistered — Property in class com.asfusion.mate.events.Listener |
|
Flag to mark if a method has been registerd
|
| methods — Property in class com.asfusion.mate.testing.MockRemoteObject |
|
|
| methods — Property in class com.asfusion.mate.testing.MockWebService |
|
|
| methodsDictionary — Property in class com.asfusion.mate.testing.MockRemoteObject |
|
|
| methodsDictionary — Property in class com.asfusion.mate.testing.MockWebService |
| |
| METHOD_UNDEFINED — Constant static property in class com.asfusion.mate.utils.debug.LogTypes |
|
Method undefined
|
| mock — Property in class com.asfusion.mate.testing.MockOperation |
|
|
| MockCache — Class in package com.asfusion.mate.testing |
| |
| MockDelegate — Class in package com.asfusion.mate.testing |
| |
| MockDelegate() — Constructor in class com.asfusion.mate.testing.MockDelegate |
|
Constructor
|
| mockGenerator — Property in class com.asfusion.mate.testing.MockDelegate |
|
Class to instantiate that will generate the mock result. |
| mockGenerator — Property in class com.asfusion.mate.testing.MockMethod |
|
This is set at the parent Mock Service, but it is more
convenient to pass it to the operations. |
| mockGenerator — Property in class com.asfusion.mate.testing.MockRemoteObject |
|
Class to instantiate that will generate the mock result. |
| mockGenerator — Property in class com.asfusion.mate.testing.MockWebService |
|
Class to instantiate that will generate the mock result. |
| mockGeneratorMethod — Property in class com.asfusion.mate.testing.MockMethod |
| Method to call on the mockGenerator. |
| MockMethod — Class in package com.asfusion.mate.testing |
| |
| MockMethod() — Constructor in class com.asfusion.mate.testing.MockMethod |
|
Constructor
|
| MockOperation — Class in package com.asfusion.mate.testing |
| |
| MockOperation(name, method:com.asfusion.mate.testing:MockMethod, showBusyCursor) — Constructor in class com.asfusion.mate.testing.MockOperation |
|
Contructor
|
| MockRemoteObject — Class in package com.asfusion.mate.testing |
| |
| MockRemoteObject(destination) — Constructor in class com.asfusion.mate.testing.MockRemoteObject |
|
Contructor
|
| MockWebService — Class in package com.asfusion.mate.testing |
| |
| MockWebService(destination) — Constructor in class com.asfusion.mate.testing.MockWebService |
|
Contructor
|
| MXMLFunction — Property in class com.asfusion.mate.responses.ResponseHandler |
|
A reference to the function generated by the container when an
inline function is used in the response event attibute of the tag. |
| mxmlRegistered — Property in class com.asfusion.mate.events.Listener |
|
Flag to mark if an inline method has been registerd
|
|
| 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 |