Packageorg.springextensions.actionscript.ioc.autowire
SVN browsingIAutowireProcessorAware.as
FisheyeIAutowireProcessorAware.as
Interfacepublic interface IAutowireProcessorAware
ImplementorsAbstractObjectFactory

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  [read-write]

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