| Package | org.springextensions.actionscript.context |
| SVN browsing | IApplicationContext.as |
| Fisheye | IApplicationContext.as |
| Interface | public interface IApplicationContext extends IConfigurableListableObjectFactory, IConfigurableObjectFactory, IObjectFactory, IDependencyInjector, flash.events.IEventDispatcher, IListableObjectFactory, IObjectDefinitionRegistry |
| Subinterfaces | IConfigurableApplicationContext, ISASModule |
| Implementors | CairngormFrontController, DefaultAutowiringStageProcessor, MethodInvokingFactoryObject |
| Property | Defined by | ||
|---|---|---|---|
![]() | applicationDomain : ApplicationDomain | IObjectFactory | |
| displayName : String [read-only]
A 'friendly' display name for the
IApplicationContext. | IApplicationContext | ||
![]() | explicitSingletonNames : Array
Returns the names of the explicit singleton objects registered in the factory.
| IObjectFactory | |
| id : String [read-only]
A unique id for the current
IApplicationContext. | IApplicationContext | ||
![]() | numObjectDefinitions : uint
The number of object definitions in this registry.
| IObjectDefinitionRegistry | |
![]() | numObjectPostProcessors : int
Returns the number of object post processors.
| IConfigurableObjectFactory | |
![]() | objectDefinitionNames : Array
The names of the registered object definitions.
| IObjectDefinitionRegistry | |
![]() | objectDefinitions : Object
Optional parent factory that can be used to create objects that can't be created by the current instance.
| IObjectFactory | |
| parentContext : IApplicationContext
[read-only]
Returns the parent application context or
null if no parent is set. | IApplicationContext | ||
![]() | properties : Properties | IObjectFactory | |
![]() | typeConverter : ITypeConverter
The current type converter implementation
| IConfigurableObjectFactory | |
| displayName | property |
displayName:String [read-only]
A 'friendly' display name for the IApplicationContext.
public function get displayName():String
| id | property |
id:String [read-only]
A unique id for the current IApplicationContext.
public function get id():String
| parentContext | property |
parentContext:IApplicationContext [read-only]
Returns the parent application context or null if no parent is set.
public function get parentContext():IApplicationContext