Packageorg.spicefactory.parsley.object
Classpublic class ArrayTag
InheritanceArrayTag Inheritance Object
Implements NestedConfigurationElement
Subclasses ConstructorTag

Represents an Array value. Can be used in MXML and XML configuration.

Default MXML Propertyvalues



Public Properties
 PropertyDefined By
  values : Array
The elements of the Array.
ArrayTag
Public Methods
 MethodDefined By
  
Returns the resolved value represented by this element.
ArrayTag
Property Detail
valuesproperty
public var values:Array

The elements of the Array.

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