Packageorg.spicefactory.parsley.command.tag
Classpublic class AbstractCommandParentTag
InheritanceAbstractCommandParentTag Inheritance AbstractCommandTag Inheritance Object
Subclasses AbstractCommandGroupTag, CommandFlowTag

Base class for any kind of tag that accepts an Array of command tags as children.

Default MXML Propertycommands



Public Properties
 PropertyDefined By
  commands : 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
  
AbstractCommandParentTag
Property Detail
commandsproperty
public var commands:Array

The commands to be added to this command group or flow.

Method Detail
resolve()method
public function resolve(registry:ObjectDefinitionRegistry):ManagedCommandFactory

Parameters

registry:ObjectDefinitionRegistry

Returns
ManagedCommandFactory