Packageorg.springextensions.actionscript.ioc.autowire
Interfacepublic interface IAutowireProcessorAware
Implementors ApplicationContext, DefaultObjectFactory

Interface to be implemented by all objects that need a reference to an IAutowireProcessor instance.



Public Properties
 PropertyDefined By
  autowireProcessor : IAutowireProcessor
IAutowireProcessorAware
Property Detail
autowireProcessorproperty
autowireProcessor:IAutowireProcessor


Implementation
    public function get autowireProcessor():IAutowireProcessor
    public function set autowireProcessor(value:IAutowireProcessor):void