Packageorg.spicefactory.parsley.object
Classpublic class NestedObjectTag
InheritanceNestedObjectTag Inheritance Object
Implements NestedConfigurationElement

Tag that may be used for nested (inline) object definitions in MXML.

Default MXML Propertydecorators



Public Properties
 PropertyDefined By
  decorators : Array
The ObjectDefinitionDecorator instances added to this definition.
NestedObjectTag
  type : Class
The type of the object.
NestedObjectTag
Public Methods
 MethodDefined By
  
Returns the resolved value represented by this element.
NestedObjectTag
Property Detail
decoratorsproperty
public var decorators:Array

The ObjectDefinitionDecorator instances added to this definition.

typeproperty 
public var type:Class

The type of the object.

Method Detail
resolve()method
public function resolve(registry:ObjectDefinitionRegistry):Object

Returns the resolved value represented by this element.

Parameters

registry:ObjectDefinitionRegistry — the registry associated with this element

Returns
Object — the resolved value represented by this element