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 |
data — Property in interface com.asfusion.mate.actionLists.IScope |
|
Data Object (holder for custom data)
|
data — Property in class com.asfusion.mate.actionLists.Scope |
|
Data Object (holder for custom data)
|
data — Property in class com.asfusion.mate.actions.builders.ServiceResponseAnnouncer |
|
data is a placeholder object. |
data — Property in class com.asfusion.mate.core.EventMap |
|
Every IActionList contains a placeholder object called data . |
data — Property in interface com.asfusion.mate.core.IDataReceiver |
|
data Object that is set by the IActionList
|
data — Property in class com.asfusion.mate.events.ResponseEvent |
|
Data Object (holder for custom data)
|
data — Property in class com.asfusion.mate.utils.debug.LogInfo |
|
Any extra data that you need to pass to the logger
|
DATA — Constant static property in class com.asfusion.mate.actionLists.ScopeProperties |
|
Data Object (holder for custom data)
|
DataCopier — Class in package com.asfusion.mate.actions |
|
The DataSaver tag allows you to save values into some object. |
dataLoaded(event) — Method in class com.asfusion.mate.testing.MockOperation |
| |
dataLoadError(event) — Method in class com.asfusion.mate.testing.MockOperation |
| |
dataUrl — Property in class com.asfusion.mate.testing.MockMethod |
| If you want the mock service to retrieve
data, usually in XML format, from a URL, supply this
property. |
debug — Property in class com.asfusion.mate.actionLists.AbstractHandlers |
|
Whether to show debugging information for this IActionList. |
debug — Property in interface com.asfusion.mate.actionLists.IActionList |
|
Whether to show debugging information for this IActionList. |
debug — Property in class com.asfusion.mate.actions.AbstractServiceInvoker |
|
Whether to show debugging information for its inner-handlerss. |
debug — Property in class com.asfusion.mate.actions.builders.AsyncMethodInvoker |
|
Whether to show debugging information for its inner-handlerss. |
debug(msg, ... rest) — Method in class com.asfusion.mate.utils.debug.Logger |
|
Logs the specified data using the LogEventLevel.DEBUG
level. |
DEBUG — Constant static property in class com.asfusion.mate.utils.debug.Debugger |
|
Designates informational level messages that are fine grained and most helpful when debugging an application. |
debugger — Property in interface com.asfusion.mate.core.IMateManager |
| |
Debugger — Class in package com.asfusion.mate.utils.debug |
|
The Debugger tag allows debugging your Mate code
(EventHandlers and inner-acction-lists, IAction , etc). |
Debugger() — Constructor in class com.asfusion.mate.utils.debug.Debugger |
|
Constructor
|
DebuggerUtil — Class in package com.asfusion.mate.utils.debug |
|
DebuggerUtil is a helper class used to build strings describing errors for debugging purposes
|
delay — Property in class com.asfusion.mate.testing.MockDelegate |
|
Number of seconds to take to return the result or fault after making the call. |
delay — Property in class com.asfusion.mate.testing.MockMethod |
| If you want to delay the result of this
service call, use the delay property with a value
greater than 0. |
delay — Property in class com.asfusion.mate.testing.MockRemoteObject |
|
Number of seconds to take to return the result or fault after making the call. |
delay — Property in class com.asfusion.mate.testing.MockWebService |
|
Number of seconds to take to return the result or fault after making the call. |
DelegateInvoker — Class in package com.asfusion.mate.actions.builders |
|
The DelegateInvoker can be used with any method that returns an AsyncToken. |
DelegateInvoker() — Constructor in class com.asfusion.mate.actions.builders.DelegateInvoker |
|
Contructor
|
description — Property in class com.asfusion.mate.actions.builders.WebServiceInvoker |
|
The description of the service for the currently active port. |
destination — Property in class com.asfusion.mate.actionLists.MessageHandlers |
|
Provides access to the destination for the MessageAgent . |
destination — Property in class com.asfusion.mate.actions.DataCopier |
|
The destination attribute specifies where to store the data coming from the source. |
destination — Property in class com.asfusion.mate.actions.builders.ServiceInvoker |
|
The destination of the service. |
destinationCache — Property in class com.asfusion.mate.actions.DataCopier |
|
The destinationCache is only useful when the destination is a class. |
destinationKey — Property in class com.asfusion.mate.actions.DataCopier |
|
If you want to set the value of a property of the destination object, instead of the destination itself,
you need to specify this attribute. |
dispatch(message, level, parameters) — Method in class com.asfusion.mate.utils.debug.Logger |
|
Dispatches a MateLogEvent for each message logged. |
dispatcher — Property in class com.asfusion.mate.actionLists.AbstractHandlers |
|
The IActionList registers itself as an event listener of the dispatcher specified in this property. |
dispatcher — Property in interface com.asfusion.mate.actionLists.IScope |
|
Instance of the IEventDispatcher that will be used to dispatch events
or to register to events. |
dispatcher — Property in class com.asfusion.mate.actionLists.Scope |
|
Instance of the IEventDispatcher that will be used to dispatch events
or to register to events. |
dispatcher — Property in class com.asfusion.mate.actions.ListenerInjector |
|
Event Dispatcher to which we will register to listen to events. |
dispatcher — Property in class com.asfusion.mate.core.Creator |
|
|
dispatcher — Property in interface com.asfusion.mate.core.IMateManager |
| |
dispatcher — Property in class com.asfusion.mate.core.ListenerProxy |
|
Storage for the EventDispatcher that will be used to listen and dispatch events. |
dispatcher — Property in class com.asfusion.mate.core.LocalEventMap |
|
The event dispatcher that will be used in the EventMap. |
dispatcher — Property in class com.asfusion.mate.events.Dispatcher |
|
Instance of the IEventDispatcher that will be used to dispatch all the events. |
dispatcher — Property in class com.asfusion.mate.events.Listener |
|
Instance of an IEventDispatcher to which this listener will be subscribed. |
Dispatcher — Class in package com.asfusion.mate.events |
|
The Dispatcher can be used to dispatch an event from anywhere in your application. |
Dispatcher() — Constructor in class com.asfusion.mate.events.Dispatcher |
|
Constructor
|
dispatcherChangeHandler(event:com.asfusion.mate.events:DispatcherEvent) — Method in class com.asfusion.mate.actionLists.AbstractHandlers |
|
A handler for the mate dispatcher changed. |
DispatcherEvent — Class in package com.asfusion.mate.events |
|
Event that notifies when Dispatcher changes. |
DispatcherEvent(type, bubbles, cancelable) — Constructor in class com.asfusion.mate.events.DispatcherEvent |
|
Constructor
|
dispatchError(message, level, parameters) — Method in class com.asfusion.mate.utils.debug.Logger |
|
Dispatches all errors even when the setting active is false. |
dispatcherType — Property in class com.asfusion.mate.actionLists.AbstractHandlers |
|
String that defines whether the dispatcher used by this tag is global or
inherit . |
dispatcherType — Property in class com.asfusion.mate.actions.builders.EventAnnouncer |
|
String that defines whether the dispatcher used by this tag is global or
inherit . |
dispatcherTypeChanged — Property in class com.asfusion.mate.actionLists.AbstractHandlers |
|
Flag indicating whether the dispatcherType has been changed and needs invalidation. |
dispatchEvent(event) — Method in class com.asfusion.mate.core.Cache |
|
Dispatches an event into the event flow. |
dispatchEvent(event) — Method in class com.asfusion.mate.core.GlobalDispatcher |
|
Dispatches an event into the event flow. |
dispatchEvent(event) — Method in class com.asfusion.mate.core.SmartObject |
|
Dispatches an event into the event flow. |
dispatchEvent(event) — Method in class com.asfusion.mate.events.Dispatcher |
|
Dispatches the given event into the event flow. |
dispatchEvent(event) — Method in class com.asfusion.mate.events.Listener |
|
Dispatches an event into the event flow. |
dispatchEvent(event) — Method in class com.asfusion.mate.responses.ResponseHandler |
|
Dispatches an event into the event flow. |
dispatchEvent(event) — Method in class com.asfusion.mate.responses.ServiceResponseHandler |
|
Dispatches an event into the event flow. |
dispatchFault(event) — Method in class com.asfusion.mate.testing.MockDelegate |
| |
dispatchFault(fault) — Method in class com.asfusion.mate.testing.MockOperation |
| |
dispatchFault(event) — Method in class com.asfusion.mate.testing.MockRemoteObject |
| |
dispatchFault(event) — Method in class com.asfusion.mate.testing.MockWebService |
| |
dispatchResult(event) — Method in class com.asfusion.mate.testing.MockDelegate |
| |
dispatchResult(result) — Method in class com.asfusion.mate.testing.MockOperation |
| |
dispatchResult(event) — Method in class com.asfusion.mate.testing.MockRemoteObject |
| |
dispatchResult(event) — Method in class com.asfusion.mate.testing.MockWebService |
| |
document — Property in class com.asfusion.mate.actionLists.AbstractHandlers |
|
Internal storage for the document object. |
document — Property in class com.asfusion.mate.actions.AbstractAction |
|
A reference to the document object associated with the IActionList that contains this action item. |
document — Property in class com.asfusion.mate.core.EventMap |
|
A reference to the document object associated with this EventMap. |
document — Property in class com.asfusion.mate.events.Dispatcher |
|
Internal storage for the document object. |
document — Property in class com.asfusion.mate.ioc.InjectorTarget |
|
A reference to the document object associated with this InjectorTarget. |
|
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 |