| Package | org.spicefactory.parsley.tag.core |
| Class | public class NestedObjectTag |
| Inheritance | NestedObjectTag Object |
| Implements | NestedConfigurationElement |
Default MXML Propertydecorators
| Property | Defined By | ||
|---|---|---|---|
| decorators : Array
The ObjectDefinitionDecorator instances added to this definition. | NestedObjectTag | ||
| type : Class
The type of the object. | NestedObjectTag | ||
| Method | Defined By | ||
|---|---|---|---|
resolve(config:Configuration):Object
Returns the resolved value represented by this element. | NestedObjectTag | ||
| decorators | property |
public var decorators:ArrayThe ObjectDefinitionDecorator instances added to this definition.
| type | property |
public var type:ClassThe type of the object.
| resolve | () | method |
public function resolve(config:Configuration):ObjectReturns the resolved value represented by this element.
Parameters
config:Configuration — the configuration associated with this element
|
Object — the resolved value represented by this element
|