Packageorg.spicefactory.parsley.command.tag
Classpublic class CommandFlowTag
InheritanceCommandFlowTag Inheritance AbstractCommandParentTag Inheritance AbstractCommandTag Inheritance Object
Implements NestedCommandTag

Tag for command flows declared in MXML or XML configuration.

Default MXML Propertycommands



Public Properties
 PropertyDefined By
 Inheritedcommands : Array
The commands to be added to this command group or flow.
AbstractCommandParentTag
 Inheritedid : String
The id of the command.
AbstractCommandTag
 Inheritedlinks : Array
The links of this command tag in case it represents a command in a flow.
AbstractCommandTag
Public Methods
 MethodDefined By
  
[override] Creates a new command factory based on the configuration of this tag.
CommandFlowTag
Method Detail
resolve()method
override public function resolve(registry:ObjectDefinitionRegistry):ManagedCommandFactory

Creates a new command factory based on the configuration of this tag.

Parameters

registry:ObjectDefinitionRegistry

Returns
ManagedCommandFactory — a new command factory based on the configuration of this tag