Packagecom.asfusion.mate.ioc
Classpublic class InjectorTarget
InheritanceInjectorTarget Inheritance flash.events.EventDispatcher
Implementsmx.core.IMXMLObject



Protected Properties
 PropertyDefined by
  document : Object
A reference to the document object associated with this InjectorTarget.
InjectorTarget
  id : String
ID of the component.
InjectorTarget
Public Methods
 MethodDefined by
  
initialized(document:Object, id:String):void
Called automatically by the MXML compiler if the InjectorTarget is set up using a tag.
InjectorTarget
  
register():void
InjectorTarget
Property detail
documentproperty
protected var document:Object

A reference to the document object associated with this InjectorTarget. A document object is an Object at the top of the hierarchy of a Flex application, MXML component, or AS component.

idproperty 
protected var id:String

ID of the component.

Method detail
initialized()method
public function initialized(document:Object, id:String):void

Called automatically by the MXML compiler if the InjectorTarget is set up using a tag.

Parameters
document:Object
 
id:String
register()method 
public function register():void