Packageorg.spicefactory.parsley.command.tag
Interfacepublic interface NestedCommandTag extends CommandConfiguration
Implementors AbstractCommandGroupTag, AbstractMxmlCommandParentTag, CommandFlowTag, CommandRefTag, CommandTag, MxmlCommandTag

Represents a tag that produces a command and can be nested inside other command tags.



Public Properties
 PropertyDefined By
  links : Array
[read-only] The links of this command tag in case it represents a command in a flow.
NestedCommandTag
Public Methods
 MethodDefined By
  
Creates a new command factory based on the configuration of this tag.
NestedCommandTag
Property Detail
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
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