Packageorg.springextensions.actionscript.context
SVN browsingIApplicationContextAware.as
FisheyeIApplicationContextAware.as
Interfacepublic interface IApplicationContextAware
SubinterfacesISASModule
ImplementorsCairngormFrontController, DefaultAutowiringStageProcessor, MethodInvokingFactoryObject

Interface to be implemented by any object that wishes to be notified of the IApplicationContext that it runs in.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1

See also

ApplicationContextAwareProcessor


Documentation reference: knowing who you are


Public Properties
 PropertyDefined by
  applicationContext : IApplicationContext
Sets the IApplicationContext that this object runs in.
IApplicationContextAware
Property detail
applicationContextproperty
applicationContext:IApplicationContext  [read-write]

Sets the IApplicationContext that this object runs in.

Implementation
    public function get applicationContext():IApplicationContext
    public function set applicationContext(value:IApplicationContext):void