Packageorg.spicefactory.parsley.command.tag
Classpublic class CommandFactoryTag
InheritanceCommandFactoryTag Inheritance Object
Implements RootConfigurationElement
Subclasses MxmlCommandFactoryTag

Represents a factory for a managed command in MXML or XML configuration.

Default MXML Propertycommand



Public Properties
 PropertyDefined By
  command : NestedCommandTag
The command to create a factory for.
CommandFactoryTag
  id : String
The id the command should be registered with in the Context.
CommandFactoryTag
Public Methods
 MethodDefined By
  
Processes this configuration tag, possilbly creating and registering object definitions.
CommandFactoryTag
Property Detail
commandproperty
public var command:NestedCommandTag

The command to create a factory for.

idproperty 
public var id:String

The id the command should be registered with in the Context.

Method Detail
process()method
public function process(registry:ObjectDefinitionRegistry):void

Processes this configuration tag, possilbly creating and registering object definitions.

Parameters

registry:ObjectDefinitionRegistry — the registry associated with this element