Packageorg.spicefactory.parsley.command.tag
Classpublic class CommandRefTag
InheritanceCommandRefTag Inheritance AbstractCommandTag Inheritance Object
Implements NestedCommandTag

Tag representing a reference to another command declared in MXML or XML configuration.

Default MXML Propertylinks



Public Properties
 PropertyDefined By
 Inheritedid : String
The id of the command.
AbstractCommandTag
  idRef : String
The id of the referenced command.
CommandRefTag
 Inheritedlinks : Array
The links of this command tag in case it represents a command in a flow.
AbstractCommandTag
Public Methods
 MethodDefined By
  
Creates a new command factory based on the configuration of this tag.
CommandRefTag
Property Detail
idRefproperty
public var idRef:String

The id of the referenced command.

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