Packageorg.pranaframework.ioc.factory.config
Interfacepublic interface IConfigurableListableObjectFactory extends IConfigurableObjectFactory, IObjectFactory, flash.events.IEventDispatcher, IListableObjectFactory
ImplementorsDefaultListableObjectFactory



Public Properties
 PropertyDefined by
 InheritednumObjectDefinitions : int
IListableObjectFactory
 InheritednumObjectPostProcessors : int
IConfigurableObjectFactory
 InheritedobjectDefinitionNames : Array
IListableObjectFactory
 InheritedobjectDefinitions : IMap
IObjectFactory
Public Methods
 MethodDefined by
 Inherited
addObjectPostProcessor(objectPostProcessor:IObjectPostProcessor):void
IConfigurableObjectFactory
 Inherited
containsObject(objectName:String):Boolean
IObjectFactory
 Inherited
containsObjectDefinition(objectName:String):Boolean
IListableObjectFactory
 Inherited
getObject(name:String, constructorArguments:Array = null):*
IObjectFactory
  
IConfigurableListableObjectFactory
 Inherited
getObjectNamesForType(type:Class):Array
IListableObjectFactory
 Inherited
getObjectsOfType(type:Class):IMap
IListableObjectFactory
 Inherited
getType(objectName:String):Class
IObjectFactory
 Inherited
isFactoryObject(objectName:String):Boolean
IConfigurableObjectFactory
 Inherited
isPrototype(objectName:String):Boolean
IObjectFactory
 Inherited
isSingleton(objectName:String):Boolean
IObjectFactory
  
IConfigurableListableObjectFactory
Method detail
getObjectDefinition()method
public function getObjectDefinition(objectName:String):IObjectDefinitionParameters
objectName:String

Returns
IObjectDefinition
preInstantiateSingletons()method 
public function preInstantiateSingletons():void