| Package | org.pranaframework.context |
| Interface | public interface IConfigurableApplicationContext extends IApplicationContext, IListableObjectFactory, IObjectFactory, flash.events.IEventDispatcher |
| Implementors | XMLApplicationContext |
| Method | Defined by | ||
|---|---|---|---|
|
addObjectFactoryPostProcessor(objectFactoryPostProcessor:IObjectFactoryPostProcessor):void
| IConfigurableApplicationContext | ||
![]() |
containsObject(objectName:String):Boolean
| IObjectFactory | |
![]() |
containsObjectDefinition(objectName:String):Boolean
| IListableObjectFactory | |
![]() |
getObject(name:String, constructorArguments:Array = null):*
| IObjectFactory | |
![]() |
getObjectNamesForType(type:Class):Array
| IListableObjectFactory | |
![]() |
getObjectsOfType(type:Class):IMap
| IListableObjectFactory | |
![]() |
getType(objectName:String):Class
| IObjectFactory | |
![]() |
isPrototype(objectName:String):Boolean
| IObjectFactory | |
![]() |
isSingleton(objectName:String):Boolean
| IObjectFactory | |
| addObjectFactoryPostProcessor | () | method |
public function addObjectFactoryPostProcessor(objectFactoryPostProcessor:IObjectFactoryPostProcessor):voidParameters
objectFactoryPostProcessor:IObjectFactoryPostProcessor |