| Package | org.springextensions.actionscript.context |
| Interface | public interface IConfigurableApplicationContext extends IApplicationContext, IListableObjectFactory, IObjectFactory, flash.events.IEventDispatcher |
| Implementors | XMLApplicationContext |
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
| Method | Defined by | ||
|---|---|---|---|
|
addObjectFactoryPostProcessor(objectFactoryPostProcessor:IObjectFactoryPostProcessor):void
| IConfigurableApplicationContext | ||
![]() |
addReferenceResolver(referenceResolver:IReferenceResolver):void
This method adds a reference resolver that will be used to resolve property
references.
| IObjectFactory | |
![]() |
clearObjectFromInternalCache(name:String):Object
Removes an object from the internal object definition cache.
| IObjectFactory | |
![]() |
containsObject(objectName:String):Boolean
Determines if the object factory contains a definition with the given name.
| IObjectFactory | |
![]() |
getObject(name:String, constructorArguments:Array = null):*
Will retrieve an object by it's name/id If the definition is a singleton it will be retrieved from
cache if possible.
| IObjectFactory | |
![]() |
getObjectNamesForType(type:Class):Array
Returns all object definitions names that implement the given type.
| IListableObjectFactory | |
![]() |
getObjectsOfType(type:Class):Dictionary
Returns all object definitions that implement the given type.
| IListableObjectFactory | |
![]() |
getType(objectName:String):Class
Returns the type that is defined on the object definition.
| IObjectFactory | |
![]() |
isPrototype(objectName:String):Boolean
Determines if the definition with the given name is a prototype.
| IObjectFactory | |
![]() |
isSingleton(objectName:String):Boolean
Determines if the definition with the given name is a singleton.
| IObjectFactory | |
![]() |
resolveReference(property:Object):Object
Resolves a property in an object definition.
| IObjectFactory | |
| addObjectFactoryPostProcessor | () | method |
public function addObjectFactoryPostProcessor(objectFactoryPostProcessor:IObjectFactoryPostProcessor):voidParameters
objectFactoryPostProcessor:IObjectFactoryPostProcessor |