| Package | org.spicefactory.parsley.object |
| Class | public class DynamicObjectTag |
| Inheritance | DynamicObjectTag Object |
| Implements | RootConfigurationElement |
| Subclasses | MxmlDynamicObjectTag |
Default MXML Propertydecorators
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
process(registry:ObjectDefinitionRegistry):void
Processes this configuration tag, possilbly creating and registering object definitions. | DynamicObjectTag | ||
| decorators | property |
public var decorators:ArrayThe ObjectDefinitionDecorator instances added to this definition.
| id | property |
public var id:StringThe id the object should be registered with.
| type | property |
public var type:ClassThe type of the object configured by this definition.
| process | () | method |
public function process(registry:ObjectDefinitionRegistry):voidProcesses this configuration tag, possilbly creating and registering object definitions.
Parameters
registry:ObjectDefinitionRegistry — the registry associated with this element
|