Packageorg.spicefactory.parsley.flex.tag.command
Classpublic class AbstractMxmlCommandParentTag
InheritanceAbstractMxmlCommandParentTag Inheritance Object
Implements NestedCommandTag
Subclasses MxmlCommandFlowTag, MxmlCommandSequenceTag, MxmlParallelCommandsTag

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

Default MXML Propertyconfig



Public Properties
 PropertyDefined By
  config : Array
[write-only] The command configuration or flow links for this command definition.
AbstractMxmlCommandParentTag
  links : Array
[read-only] The links of this command tag in case it represents a command in a flow.
AbstractMxmlCommandParentTag
Public Methods
 MethodDefined By
  
AbstractMxmlCommandParentTag
  
Creates a new command factory based on the configuration of this tag.
AbstractMxmlCommandParentTag
Property Detail
configproperty
config:Array  [write-only]

The command configuration or flow links for this command definition.


Implementation
    public function set config(value:Array):void
linksproperty 
links:Array  [read-only]

The links of this command tag in case it represents a command in a flow.


Implementation
    public function get links():Array
Constructor Detail
AbstractMxmlCommandParentTag()Constructor
public function AbstractMxmlCommandParentTag(delegate:AbstractCommandParentTag)



Parameters
delegate:AbstractCommandParentTag
Method Detail
resolve()method
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