| Package | org.spicefactory.parsley.object | 
| Class | public class ViewTag | 
| Inheritance | ViewTag    Object | 
| Implements | RootConfigurationElement | 
| Subclasses | MxmlViewTag | 
Default MXML Propertydecorators
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
process(registry:ObjectDefinitionRegistry):void 
	 
	 Processes this configuration tag, possilbly creating and registering object definitions.  | ViewTag | ||
| decorators | property | 
public var decorators:ArrayThe ObjectDefinitionDecorator instances added to this definition.
| id | property | 
public var id:StringThe optional id the view definition produced by this factory should be registered with.
| type | property | 
public var type:ClassThe type of dynamically wired views the definition produced by this factory should be applied to.
| 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
	  |