Basic implementation of the
ISASModule interface. This class is offered as a convenience
base class.
applicationContext:IApplicationContext [read-write]
Implementation
public function get applicationContext():IApplicationContext
public function set applicationContext(value:IApplicationContext):void
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
public function BasicSASModule()
Creates a new BasicSASModule instance and invokes the initBasicSASModule() method.
protected function initBasicSASModule():void
Creates an FlexXMLApplicationContext and sets itself as the value of the FlexXMLApplicationContext.ownerModule property.
Copyright 2007-2010 Spring Actionscript.