Packageorg.springextensions.actionscript.module
SVN browsingISASModule.as
FisheyeISASModule.as
Interfacepublic interface ISASModule extends IApplicationContextAware
ImplementorsBasicSASModule

Describes a Module that makes use of a FlexXMLApplicationContext instance and an optional parent context.



Public Properties
 PropertyDefined by
 InheritedapplicationContext : IApplicationContext
Sets the IApplicationContext that this object runs in.
IApplicationContextAware
  moduleApplicationContext : FlexXMLApplicationContext
The main FlexXMLApplicationContext for the current ISASModule instance.
ISASModule
Property detail
moduleApplicationContextproperty
moduleApplicationContext:FlexXMLApplicationContext  [read-write]

The main FlexXMLApplicationContext for the current ISASModule instance. The IApplicationContext instance that is assigned to the IApplicationContextAware.applicationContext property can act as the parent context for this instance.

Implementation
    public function get moduleApplicationContext():FlexXMLApplicationContext
    public function set moduleApplicationContext(value:FlexXMLApplicationContext):void