Packageorg.spicefactory.parsley.object
Classpublic class DynamicObjectTag
InheritanceDynamicObjectTag Inheritance Object
Implements RootConfigurationElement
Subclasses MxmlDynamicObjectTag

Represents the root tag for an dynamic object definition in MXML or XML configuration.

Default MXML Propertydecorators



Public Properties
 PropertyDefined By
  decorators : Array
The ObjectDefinitionDecorator instances added to this definition.
DynamicObjectTag
  id : String
The id the object should be registered with.
DynamicObjectTag
  type : Class
The type of the object configured by this definition.
DynamicObjectTag
Public Methods
 MethodDefined By
  
Processes this configuration tag, possilbly creating and registering object definitions.
DynamicObjectTag
Property Detail
decoratorsproperty
public var decorators:Array

The ObjectDefinitionDecorator instances added to this definition.

idproperty 
public var id:String

The id the object should be registered with.

typeproperty 
public var type:Class

The type of the object configured by this definition.

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