Packageorg.spicefactory.parsley.object
Classpublic class ViewTag
InheritanceViewTag Inheritance Object
Implements RootConfigurationElement
Subclasses MxmlViewTag

Represents the root view tag for an object definition in MXML or XML configuration.

Default MXML Propertydecorators



Public Properties
 PropertyDefined By
  decorators : Array
The ObjectDefinitionDecorator instances added to this definition.
ViewTag
  id : String
The optional id the view definition produced by this factory should be registered with.
ViewTag
  type : Class
The type of dynamically wired views the definition produced by this factory should be applied to.
ViewTag
Public Methods
 MethodDefined By
  
Processes this configuration tag, possilbly creating and registering object definitions.
ViewTag
Property Detail
decoratorsproperty
public var decorators:Array

The ObjectDefinitionDecorator instances added to this definition.

idproperty 
public var id:String

The optional id the view definition produced by this factory should be registered with.

typeproperty 
public var type:Class

The type of dynamically wired views the definition produced by this factory should be applied to.

Method Detail
process()method
public function process(registry:ObjectDefinitionRegistry):void

Processes this configuration tag, possilbly creating and registering object definitions.

Parameters

registry:ObjectDefinitionRegistry — the registry associated with this element