| Package | org.spicefactory.parsley.xml.tag |
| Class | public class CommandDecoratorTag |
| Inheritance | CommandDecoratorTag CommandDecorator MessageReceiverDecoratorBase Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | messageProperties : 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. | CommandDecorator | |
| 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 ','. | CommandDecoratorTag | ||
![]() | method : String
The name of the method that wishes to handle the message. | CommandDecorator | |
![]() | order : int = 2.147483647E9
The execution order for this receiver. | MessageReceiverDecoratorBase | |
![]() | scope : String
The name of the scope this tag should be applied to. | MessageReceiverDecoratorBase | |
![]() | selector : *
An optional selector value to be used in addition to selecting messages by type. | MessageReceiverDecoratorBase | |
![]() | type : Class
The type of the messages the receiver wants to handle. | MessageReceiverDecoratorBase | |
| messagePropertiesAsString | property |
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 ','.
public function set messagePropertiesAsString(value:String):void