Packageorg.spicefactory.parsley.command.tag
Classpublic class AbstractCommandTag
InheritanceAbstractCommandTag Inheritance Object
Subclasses AbstractCommandParentTag, CommandRefTag, CommandTag

Base tag for commands declared in MXML or XML configuration.



Public Properties
 PropertyDefined By
  id : String
The id of the command.
AbstractCommandTag
  links : Array
The links of this command tag in case it represents a command in a flow.
AbstractCommandTag
Property Detail
idproperty
public var id:String

The id of the command. May be used to identify a command in a flow declared in XML (not necessary in MXML) or for matching CommandResult handlers.

linksproperty 
links:Array

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


Implementation
    public function get links():Array
    public function set links(value:Array):void