| Package | org.springextensions.actionscript.module |
| SVN browsing | ISASModule.as |
| Fisheye | ISASModule.as |
| Interface | public interface ISASModule extends IApplicationContextAware |
| Implementors | BasicSASModule |
Module that makes use of a FlexXMLApplicationContext instance
and an optional parent context.
| Property | Defined by | ||
|---|---|---|---|
![]() | applicationContext : IApplicationContext
Sets the IApplicationContext that this object runs in.
| IApplicationContextAware | |
| moduleApplicationContext : FlexXMLApplicationContext
The main
FlexXMLApplicationContext for the current ISASModule instance. | ISASModule | ||
| moduleApplicationContext | property |
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.
public function get moduleApplicationContext():FlexXMLApplicationContext
public function set moduleApplicationContext(value:FlexXMLApplicationContext):void