Packageorg.pranaframework.context
Interfacepublic interface IConfigurableApplicationContext extends IApplicationContext, IListableObjectFactory, IObjectFactory, flash.events.IEventDispatcher
ImplementorsXMLApplicationContext

Provides methods for configuring an application context.



Public Properties
 PropertyDefined by
 InheriteddisplayName : String
IApplicationContext
 Inheritedid : String
IApplicationContext
 InheritednumObjectDefinitions : int
IListableObjectFactory
 InheritedobjectDefinitionNames : Array
IListableObjectFactory
 InheritedobjectDefinitions : IMap
IObjectFactory
Public Methods
 MethodDefined by
  
IConfigurableApplicationContext
 Inherited
containsObject(objectName:String):Boolean
IObjectFactory
 Inherited
containsObjectDefinition(objectName:String):Boolean
IListableObjectFactory
 Inherited
getObject(name:String, constructorArguments:Array = null):*
IObjectFactory
 Inherited
getObjectNamesForType(type:Class):Array
IListableObjectFactory
 Inherited
getObjectsOfType(type:Class):IMap
IListableObjectFactory
 Inherited
getType(objectName:String):Class
IObjectFactory
 Inherited
isPrototype(objectName:String):Boolean
IObjectFactory
 Inherited
isSingleton(objectName:String):Boolean
IObjectFactory
Method detail
addObjectFactoryPostProcessor()method
public function addObjectFactoryPostProcessor(objectFactoryPostProcessor:IObjectFactoryPostProcessor):voidParameters
objectFactoryPostProcessor:IObjectFactoryPostProcessor