Packageorg.springextensions.actionscript.module
SVN browsingBasicSASModule.as
FisheyeBasicSASModule.as
Classpublic class BasicSASModule
InheritanceBasicSASModule Inheritance mx.modules.Module
ImplementsISASModule

Basic implementation of the ISASModule interface. This class is offered as a convenience base class.



Public Properties
 PropertyDefined by
  applicationContext : IApplicationContext
BasicSASModule
  moduleApplicationContext : FlexXMLApplicationContext
The main FlexXMLApplicationContext for the current ISASModule instance.
BasicSASModule
Public Methods
 MethodDefined by
  
Creates a new BasicSASModule instance and invokes the initBasicSASModule() method.
BasicSASModule
Protected Methods
 MethodDefined by
  
Creates an FlexXMLApplicationContext and sets itself as the value of the FlexXMLApplicationContext.ownerModule property.
BasicSASModule
Property detail
applicationContextproperty
applicationContext:IApplicationContext  [read-write]Implementation
    public function get applicationContext():IApplicationContext
    public function set applicationContext(value:IApplicationContext):void
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
Constructor detail
BasicSASModule()constructor
public function BasicSASModule()

Creates a new BasicSASModule instance and invokes the initBasicSASModule() method.

Method detail
initBasicSASModule()method
protected function initBasicSASModule():void

Creates an FlexXMLApplicationContext and sets itself as the value of the FlexXMLApplicationContext.ownerModule property.