Packageorg.spicefactory.parsley.tag.core
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
  
resolve(config:Configuration):Object
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(config:Configuration):Object

Returns the resolved value represented by this element.

Parameters

config:Configuration — the configuration associated with this element

Returns
Object — the resolved value represented by this element