Packageorg.spicefactory.parsley.xml.tag
Classpublic class MessageHandlerDecoratorTag
InheritanceMessageHandlerDecoratorTag Inheritance MessageHandlerDecorator Inheritance MessageReceiverDecoratorBase Inheritance Object

Represents the message-handler XML tag.



Public Properties
 PropertyDefined By
 InheritedmessageProperties : Array
Optional list of names of properties of the message that should be used as method parameters instead passing the message itself as a parameter.
MessageHandlerDecorator
  messagePropertiesAsString : String
[write-only] The names of the properties of the message instance to be applied as method parameters on the target handler method as a single String concatenated with a ','.
MessageHandlerDecoratorTag
 Inheritedmethod : String
The name of the method that wishes to handle the message.
MessageHandlerDecorator
 Inheritedorder : int = 2.147483647E9
The execution order for this receiver.
MessageReceiverDecoratorBase
 Inheritedscope : String
The name of the scope this tag should be applied to.
MessageReceiverDecoratorBase
 Inheritedselector : *
An optional selector value to be used in addition to selecting messages by type.
MessageReceiverDecoratorBase
 Inheritedtype : Class
The type of the messages the receiver wants to handle.
MessageReceiverDecoratorBase
Public Methods
 MethodDefined By
 Inherited
Method to be invoked by the container for each configuration tag it encounters for an object that was added to the container.
MessageHandlerDecorator
Property Detail
messagePropertiesAsStringproperty
messagePropertiesAsString:String  [write-only]

The names of the properties of the message instance to be applied as method parameters on the target handler method as a single String concatenated with a ','.


Implementation
    public function set messagePropertiesAsString(value:String):void